|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the way to access the map clusters used to define and instanciate the mapping structures.
Method Summary | |
void |
addDependency(java.lang.String jcname1,
java.lang.String jcname2)
Adds a dependency between a defined class and another class. |
void |
classDefined(java.lang.String jcname)
Indicates that a jorm class is defined. |
void |
declareClass(java.lang.String jcname)
Declares a persistent class. |
PMapCluster |
getPMapCluster(java.lang.String jcname)
Asks for the map cluster associated with a JORM class. |
java.util.Collection |
getPMapClusters()
Asks for all the map clusters defined within this mapper. |
void |
setLogger(Logger l)
Assigns a logger to this schema manager. |
void |
setPMapper(PMapper pm)
Assigns a mapper to this schema manager. |
Method Detail |
public void declareClass(java.lang.String jcname)
jcname
- public PMapCluster getPMapCluster(java.lang.String jcname) throws PException
jcname
- The JORM class name.
PException
- This class has not been mapped.public java.util.Collection getPMapClusters()
public void addDependency(java.lang.String jcname1, java.lang.String jcname2) throws PException
jcname1
- is the class name of a defined classjcname2
- is the name of the class which the first depends on it.
PException
- if the first jorm class name is not defined (no
cluster found)public void classDefined(java.lang.String jcname) throws PException
jcname
- which is defined.
PException
public void setPMapper(PMapper pm)
pm
- The concerned mapper.public void setLogger(Logger l)
l
- The concerned logger.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |