|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ejb.lib.RdbMappingBuilder
Class to hold meta-information for Jorm
Field Summary | |
static java.lang.String |
MAPPER_NAME
JOnAS map Entity beans on relational Databases : The JORM mapper is "rdb". |
static java.lang.String |
PROJECT_NAME
Jorm need a project name to store the mapping information (Jorm Meta Information) |
Constructor Summary | |
RdbMappingBuilder(DeploymentCmp2Desc dd,
org.objectweb.util.monolog.api.Logger logger)
Constructor |
Method Summary | |
org.objectweb.jorm.metainfo.api.Manager |
getJormMIManager()
|
static java.lang.String |
getProjectName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String MAPPER_NAME
public static final java.lang.String PROJECT_NAME
Constructor Detail |
public RdbMappingBuilder(DeploymentCmp2Desc dd, org.objectweb.util.monolog.api.Logger logger) throws DeploymentDescException
dd
- Deployment Descriptor for the ejb-jarlogger
- the Logger to be used for tracing.
DeploymentDescException
- Cannot build Jorm Meta InformationMethod Detail |
public org.objectweb.jorm.metainfo.api.Manager getJormMIManager()
public static java.lang.String getProjectName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |