Interface DatastoreMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaTypeMappinggetKeyMapping()Accessor for the "key" mapping for the map.JavaTypeMappinggetOwnerMapping()Accessor for the "owner" mapping for the container.JavaTypeMappinggetValueMapping()Accessor for the "value" mapping for the map.-
Methods inherited from interface org.datanucleus.store.rdbms.table.Table
addColumn, create, drop, exists, getColumn, getDiscriminatorMetaData, getIdentifier, getIdMapping, getMemberMapping, getStoreManager, getSurrogateMapping, getVersionMetaData, hasColumn, initialize, isInitialized, isInitializedModified, isValidated, postInitialize, preInitialize, validate
-
Methods inherited from interface org.datanucleus.store.schema.table.Table
getCatalogName, getClassMetaData, getColumnForName, getColumnForPosition, getColumns, getMemberColumnMappingForEmbeddedMember, getMemberColumnMappingForMember, getMemberColumnMappings, getName, getNumberOfColumns, getSchemaName, getSurrogateColumn
-
-
-
-
Method Detail
-
getOwnerMapping
JavaTypeMapping getOwnerMapping()
Accessor for the "owner" mapping for the container.- Returns:
- The mapping for the owner.
-
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.
-
-