|
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.Mapping
|
+--com.solarmetric.rd.kodo.impl.jdbc.meta.Indicator
Base class for class and version indicators.
| Field Summary |
| Fields inherited from class com.solarmetric.rd.kodo.impl.jdbc.meta.Mapping |
DEFAULT, FALSE, LOB, TRUE, UNIQUE |
| Constructor Summary | |
Indicator()
|
|
| Method Summary | |
void |
delete(com.solarmetric.rd.kodo.runtime.StateManagerImpl sm,
com.solarmetric.rd.kodo.impl.jdbc.runtime.RowManager rm)
Set the where values appropriately to delete the proper instance, and set all relations on non-secondary tables as updates. |
com.solarmetric.rd.kodo.impl.jdbc.meta.MappingRepository |
getMappingRepository()
Return the repository for this mapping. |
com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMapping |
getOwnerMapping()
Return the class mapping that uses this indicator. |
com.solarmetric.rd.kodo.impl.jdbc.schema.Table |
getTable()
Return the mapping's data table. |
void |
insert(com.solarmetric.rd.kodo.runtime.StateManagerImpl sm,
com.solarmetric.rd.kodo.impl.jdbc.runtime.RowManager rm)
Set values for the mapping into the proper rows. |
void |
refSchemaComponents()
Increment the reference count of all used schema components. |
void |
select(com.solarmetric.rd.kodo.impl.jdbc.runtime.Select sel)
Select the virtual row columns of this mapping. |
void |
setOwnerMapping(com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMapping owner)
Set the class mapping that uses this indicator. |
void |
update(com.solarmetric.rd.kodo.runtime.StateManagerImpl sm,
com.solarmetric.rd.kodo.impl.jdbc.runtime.RowManager rm)
Set values for the mapping into the proper rows. |
| Methods inherited from class com.solarmetric.rd.kodo.impl.jdbc.meta.Mapping |
checkIndex, createColumn, delete, fromMappingInfo, getDBDictionary, getForeignKey, getLog, getMappingType, getSchemaGroup, insert, invalidMapping, isCustomDelete, isCustomInsert, isCustomUpdate, map, reverseMap, setForeignKey, toMappingInfo, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Indicator()
| Method Detail |
public com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMapping getOwnerMapping()
public void setOwnerMapping(com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMapping owner)
public void select(com.solarmetric.rd.kodo.impl.jdbc.runtime.Select sel)
public com.solarmetric.rd.kodo.impl.jdbc.schema.Table getTable()
Mapping
getTable in class Mappingpublic void refSchemaComponents()
Mapping
refSchemaComponents in class Mapping
public void insert(com.solarmetric.rd.kodo.runtime.StateManagerImpl sm,
com.solarmetric.rd.kodo.impl.jdbc.runtime.RowManager rm)
throws java.sql.SQLException
Mapping
insert in class Mappingjava.sql.SQLException
public void update(com.solarmetric.rd.kodo.runtime.StateManagerImpl sm,
com.solarmetric.rd.kodo.impl.jdbc.runtime.RowManager rm)
throws java.sql.SQLException
Mapping
update in class Mappingjava.sql.SQLExceptionMapping.insert(com.solarmetric.rd.kodo.runtime.StateManagerImpl, com.solarmetric.rd.kodo.impl.jdbc.runtime.RowManager)
public void delete(com.solarmetric.rd.kodo.runtime.StateManagerImpl sm,
com.solarmetric.rd.kodo.impl.jdbc.runtime.RowManager rm)
throws java.sql.SQLException
Mapping
delete in class Mappingjava.sql.SQLExceptionMapping.insert(com.solarmetric.rd.kodo.runtime.StateManagerImpl, com.solarmetric.rd.kodo.impl.jdbc.runtime.RowManager)public com.solarmetric.rd.kodo.impl.jdbc.meta.MappingRepository getMappingRepository()
Mapping
getMappingRepository in class Mapping
|
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 | |||||||||