org.jpox.store
Interface DatastoreMap
- All Superinterfaces:
- DatastoreContainer, DatastoreContainerObject, DatastoreObject
public interface DatastoreMap
- extends DatastoreContainer
Class representing a map mapped in a datastore.
- Version:
- $Revision: 1.1 $
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.