|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfoRepository
Simple repository for ClassMappingInfos. Does not parse
mappings that are not already cached.
| Constructor Summary | |
MappingInfoRepository(com.solarmetric.rd.kodo.impl.jdbc.conf.JDBCConfiguration conf)
Constructor. |
|
| Method Summary | |
void |
addMappingInfo(com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMapping mapping)
Add the given class mapping's info to the set of mappings. |
void |
addMappingInfo(com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMappingInfo mapping)
Add the given mapping to the set of mapping infos stored. |
void |
addMappingInfos(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfoRepository repos)
Add all the mappings in the given repository to the set of mappings stored. |
void |
addMappingInfos(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingRepository repos)
Add all the mappings in the given repository to the set of mappings stored. |
void |
clear()
Clear the set of mappings stored. |
com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMappingInfo |
getMappingInfo(java.lang.Class cls,
boolean validate)
Return the mapping info for the given class. |
com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMappingInfo[] |
getMappingInfos()
Return the set of mapping infos stored. |
boolean |
removeMappingInfo(java.lang.Class cls)
Remove the given mapping from the set stored. |
boolean |
removeMappingInfo(com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMapping mapping)
Remove the given mappings's info from the set stored. |
boolean |
removeMappingInfo(com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMappingInfo mapping)
Remove the given mapping from the set stored. |
boolean |
removeMappingInfos(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfoRepository repos)
Remove all mappings in the given repository from the set stored. |
boolean |
removeMappingInfos(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingRepository repos)
Remove all mappings in the given repository from the set stored. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MappingInfoRepository(com.solarmetric.rd.kodo.impl.jdbc.conf.JDBCConfiguration conf)
| Method Detail |
public com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMappingInfo getMappingInfo(java.lang.Class cls,
boolean validate)
validate - if true, throws a
MappingInfoNotFoundException
if no mapping info is foundpublic com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMappingInfo[] getMappingInfos()
public void addMappingInfo(com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMappingInfo mapping)
public void addMappingInfo(com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMapping mapping)
public void addMappingInfos(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfoRepository repos)
public void addMappingInfos(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingRepository repos)
public boolean removeMappingInfo(com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMappingInfo mapping)
public boolean removeMappingInfo(java.lang.Class cls)
public boolean removeMappingInfo(com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMapping mapping)
public boolean removeMappingInfos(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfoRepository repos)
public boolean removeMappingInfos(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingRepository repos)
public void clear()
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||