|
SolarMetric Kodo JDO 3.1.6 generated on August 25 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--kodo.jdbc.meta.Indicator
|
+--kodo.jdbc.meta.ClassIndicator
|
+--kodo.jdbc.meta.ColumnClassIndicator
Abstract base class for class indicators that use a column to hold class information.
| Constructor Summary | |
ColumnClassIndicator()
|
|
| Method Summary | |
void |
addMappingInfoAttributes(Collection attrs)
Add all mapping attributes names used by this mapping to the given collection. |
void |
fromMappingInfo(MappingInfo info,
boolean adapt)
The default implementation will raise warnings for any mapping attributes that are declared but not in the list of the valid attributes for this mapping. |
Class |
getClass(JDBCStoreManager store,
Result res)
Return the class for the current result row. |
protected abstract Class |
getClass(Object indicator,
ClassLoader loader)
Return the class for the given column value. |
protected abstract Object |
getClassIndicator(ClassMapping mapping)
Return the value the column should take. |
Column |
getColumn()
Return the column used to hold class info. |
protected abstract int |
getDataStoreTypeCode()
Return the FieldMapping type code for the type of data stored
by this indicator. |
protected int |
getJDBCType()
Return the JDBC type of the column for this indicator. |
void |
insert(KodoStateManager sm,
RowManager rm)
Set values for the mapping into the proper rows. |
boolean |
map()
Map a new instance of this mapping type. |
void |
refSchemaComponents()
Increment the reference count of all used schema components. |
boolean |
select(Select sel)
Select the virtual row columns of this mapping. |
void |
setColumn(Column col)
Set the column used to hold class info. |
void |
toMappingInfo(MappingInfo info)
Serialize this mapping to a simple MappingInfo instance
for transfer to XML or some other format. |
| Methods inherited from class kodo.jdbc.meta.ClassIndicator |
addClassConditions, getClassLoader, getDefaults, loadSubclasses, newInstance, setSubclassesLoaded, subclassesLoaded, toString |
| Methods inherited from class kodo.jdbc.meta.Indicator |
delete, delete, getDBDictionary, getMappingRepository, getOwnerMapping, getTable, insert, isCustomDelete, isCustomInsert, isCustomUpdate, reverseMap, setOwnerMapping, update, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface kodo.jdbc.meta.Mapping |
getMappingType |
| Constructor Detail |
public ColumnClassIndicator()
| Method Detail |
public Column getColumn()
public void setColumn(Column col)
protected abstract int getDataStoreTypeCode()
FieldMapping type code for the type of data stored
by this indicator.protected int getJDBCType()
getDataStoreTypeCode().protected abstract Object getClassIndicator(ClassMapping mapping)
protected abstract Class getClass(Object indicator,
ClassLoader loader)
throws ClassNotFoundException
public void toMappingInfo(MappingInfo info)
MappingMappingInfo instance
for transfer to XML or some other format.
public void fromMappingInfo(MappingInfo info,
boolean adapt)
IndicatorfromMappingInfo in class Indicatorkodo.jdbc.meta.IndicatorIndicator.addMappingInfoAttributes(java.util.Collection)public void addMappingInfoAttributes(Collection attrs)
MappingaddMappingInfoAttributes in class Indicatorpublic boolean map()
Mappingpublic void refSchemaComponents()
MappingrefSchemaComponents in class Indicator
public void insert(KodoStateManager sm,
RowManager rm)
throws SQLException
Mappinginsert in class Indicatorpublic boolean select(Select sel)
Indicatorselect in class Indicatorkodo.jdbc.meta.Indicator
public Class getClass(JDBCStoreManager store,
Result res)
throws SQLException,
ClassNotFoundException
ClassIndicatorgetClass in class ClassIndicator
|
SolarMetric Kodo JDO 3.1.6 generated on August 25 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||