org.jpox.store.rdbms.table
Interface SCOTable

All Superinterfaces:
DatastoreContainerObject, DatastoreObject, Table
All Known Implementing Classes:
ElementContainerTable, MapTable

public interface SCOTable
extends Table

Interface for a table that aggregates a FCO to SCO elements/keys/values or a FCO to embedded elements/keys/values in the association


Field Summary
 
Fields inherited from interface org.jpox.store.rdbms.table.Table
TABLE_STATE_INITIALIZED, TABLE_STATE_INITIALIZED_MODIFIED, TABLE_STATE_NEW, TABLE_STATE_PK_INITIALIZED, TABLE_STATE_VALIDATED, TABLE_TYPE_MISSING, TABLE_TYPE_TABLE, TABLE_TYPE_UNKNOWN, TABLE_TYPE_VIEW
 
Method Summary
 JavaTypeMapping getOwnerMapping()
          Accessor for the "owner" mapping end of the relationship.
 
Methods inherited from interface org.jpox.store.rdbms.table.Table
create, drop, exists, getCatalogName, getSchemaName, initialize, isInitialized, isInitializedModified, isValidated, postInitialize, preInitialize, validate
 
Methods inherited from interface org.jpox.store.DatastoreContainerObject
addDatastoreField, getDiscriminatorMapping, getDiscriminatorMetaData, getFieldMapping, getIDMapping, getVersionMapping, getVersionMetaData, hasDatastoreField
 
Methods inherited from interface org.jpox.store.DatastoreObject
getIdentifier, getStoreManager
 

Method Detail

getOwnerMapping

public JavaTypeMapping getOwnerMapping()
Accessor for the "owner" mapping end of the relationship. This will be the primary key of the owner table.

Returns:
The column mapping for the owner.


Copyright © -2007 . All Rights Reserved.