|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.mapper.rdb.generator.RdbMOPFactory
Constructor Summary | |
RdbMOPFactory()
|
Method Summary | |
MOP |
createBindingMOP(JormCompilerParameter cp,
java.lang.String mappername)
This method must return a new instance of a BindingMOP |
java.lang.Object |
createClassGenerationContext(Mapping mo)
Creates a generation context that can be shared between binding and mapping generation for a particular class. |
MOP |
createMappingMOP(JormCompilerParameter cp,
java.lang.String mappername)
This method must return a new instance of a MappingMOP |
Logger |
getLogger()
Returns a logger to an component that wants to log things. |
LoggerFactory |
getLoggerFactory()
Returns a logger factory that allows the creation of new loggers. |
void |
setLogger(Logger logger)
Assigns a logger to an component that wants to log things. |
void |
setLoggerFactory(LoggerFactory loggerfactory)
Assigns a logger factory that allows the creation of new loggers. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RdbMOPFactory()
Method Detail |
public Logger getLogger()
Loggable
getLogger
in interface Loggable
public LoggerFactory getLoggerFactory()
Loggable
getLoggerFactory
in interface Loggable
public void setLogger(Logger logger)
Loggable
setLogger
in interface Loggable
logger
- the logger objectpublic void setLoggerFactory(LoggerFactory loggerfactory)
Loggable
setLoggerFactory
in interface Loggable
loggerfactory
- the LoggerFactory object to obtain new loggerspublic MOP createMappingMOP(JormCompilerParameter cp, java.lang.String mappername) throws PException
createMappingMOP
in interface MOPFactory
PException
public MOP createBindingMOP(JormCompilerParameter cp, java.lang.String mappername) throws PException
createBindingMOP
in interface MOPFactory
PException
public java.lang.Object createClassGenerationContext(Mapping mo) throws PException
createClassGenerationContext
in interface MOPFactory
PException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |