org.jpox.store.mapped
Interface DatastoreMap

All Superinterfaces:
DatastoreContainer, DatastoreContainerObject, DatastoreObject

public interface DatastoreMap
extends DatastoreContainer

Class representing a map mapped in a datastore.

Version:
$Revision: 1.1 $

Method Summary
 JavaTypeMapping getKeyMapping()
          Accessor for the "key" mapping for the map.
 JavaTypeMapping getValueMapping()
          Accessor for the "value" mapping for the map.
 
Methods inherited from interface org.jpox.store.mapped.DatastoreContainer
getOwnerMapping
 
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

getKeyMapping

JavaTypeMapping getKeyMapping()
Accessor for the "key" mapping for the map.

Returns:
The mapping for the key.

getValueMapping

JavaTypeMapping getValueMapping()
Accessor for the "value" mapping for the map.

Returns:
The mapping for the value.


Copyright © -2008 . All Rights Reserved.