org.lexevs.dao.database.spring
Class DialectSettingPostProcessor
java.lang.Object
org.lexevs.dao.database.spring.DialectSettingPostProcessor
All Implemented Interfaces: org.springframework.beans.factory.config.BeanPostProcessor
public class DialectSettingPostProcessor extends java.lang.Objectimplements org.springframework.beans.factory.config.BeanPostProcessor
Spring Bean Post Processor to set the dynamically determined Dialect.
Author:
Kevin Peterson
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
DialectSettingPostProcessor
public DialectSettingPostProcessor ()
postProcessAfterInitialization
public java.lang.Object postProcessAfterInitialization (java.lang.Object arg0,
java.lang.String arg1)
throws org.springframework.beans.BeansException
Specified by: postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
Throws:
org.springframework.beans.BeansException
postProcessBeforeInitialization
public java.lang.Object postProcessBeforeInitialization (java.lang.Object arg0,
java.lang.String arg1)
throws org.springframework.beans.BeansException
Specified by: postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
Throws:
org.springframework.beans.BeansException
getDialect
public java.lang.Class getDialect ()
Gets the dialect.
Returns: the dialect
setDialect
public void setDialect (java.lang.Class dialect)
Sets the dialect.
Parameters: dialect
- the new dialect
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD