com.triactive.jdo.store
Class FieldTable
java.lang.Object
com.triactive.jdo.store.AbstractTable
com.triactive.jdo.store.BaseTable
com.triactive.jdo.store.JDOBaseTable
com.triactive.jdo.store.FieldTable
- All Implemented Interfaces:
- JDOTable, Table
- Direct Known Subclasses:
- MapTable, SetTable
abstract class FieldTable
- extends JDOBaseTable
Methods inherited from class com.triactive.jdo.store.BaseTable |
create, drop, dropConstraints, getExpectedForeignKeys, getExpectedIndices, getExpectedPrimaryKey, getSQLAddFKStatements, getSQLCreateIndexStatements, getSQLCreateStatements, getSQLDropStatements, validate, validateConstraints |
Methods inherited from class com.triactive.jdo.store.AbstractTable |
addColumn, assertIsInitialized, assertIsUninitialized, assertIsValidated, equals, executeStatementList, exists, getName, getSchemaName, getStoreManager, hasColumnName, hashCode, isInitialized, isValidated, newColumn, newColumn, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.triactive.jdo.store.Table |
addColumn, create, drop, exists, getName, getSchemaName, getStoreManager, isInitialized, isValidated, newColumn, newColumn, validate |
fmd
protected final FieldMetaData fmd
field
protected final java.lang.reflect.Field field
ownerType
protected final java.lang.Class ownerType
FieldTable
protected FieldTable(TableMetadata tmd,
FieldMetaData fmd,
StoreManager storeMgr)
getField
public java.lang.reflect.Field getField()
getBaseColumnNameForType
protected SQLIdentifier getBaseColumnNameForType(java.lang.Class c)
Copyright ? 2001 TriActive, Inc. All Rights Reserved.