org.jpox.store.mapped
Interface DatastoreContainer

All Superinterfaces:
DatastoreContainerObject, DatastoreObject
All Known Subinterfaces:
DatastoreArray, DatastoreCollection, DatastoreElementContainer, DatastoreMap

public interface DatastoreContainer
extends DatastoreContainerObject

Class representing a container (map/collection/array) mapped in a datastore.

Version:
$Revision: 1.1 $

Method Summary
 JavaTypeMapping getOwnerMapping()
          Accessor for the "owner" mapping for the container.
 
Methods inherited from interface org.jpox.store.mapped.DatastoreContainerObject
addDatastoreField, getDatastoreFieldsMetaData, getDiscriminatorMapping, getDiscriminatorMetaData, getFieldMapping, getIDMapping, getVersionMapping, getVersionMetaData, hasDatastoreField
 
Methods inherited from interface org.jpox.store.mapped.DatastoreObject
getIdentifier, getStoreManager
 

Method Detail

getOwnerMapping

JavaTypeMapping getOwnerMapping()
Accessor for the "owner" mapping for the container.

Returns:
The mapping for the owner.


Copyright © -2008 . All Rights Reserved.