|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.mapper.rdb.generator.RdbViewGenInfos
Nested Class Summary | |
class |
RdbViewGenInfos.ExtentMappingInfos
This class is used to construct extent mapping information when calculating views (see getNonFinalClassExtent) and that will then be used to generate the appropriate union of select/from/where clauses |
Field Summary | |
boolean |
debug
|
Logger |
logger
|
Method Summary | |
java.util.Collection |
getPolymorphicClassExtent(Class classA,
java.lang.String projectName,
java.lang.String mapperName)
Calculates the view representing the extent of the class. |
java.lang.String |
getViewName(Class clazz,
java.lang.String projectName,
java.lang.String mapperName)
Get the name of the view to use when creating the extent view for a given project and for a given mapper |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Logger logger
public boolean debug
Method Detail |
public java.lang.String getViewName(Class clazz, java.lang.String projectName, java.lang.String mapperName)
clazz
- the class fro which getting the view nameprojectName
- the name of the projectmapperName
- the name of the mapper
public java.util.Collection getPolymorphicClassExtent(Class classA, java.lang.String projectName, java.lang.String mapperName) throws PException
PException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |