Uses of Interface
javax.jdo.metadata.MapMetadata

Packages that use MapMetadata
javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata. 
 

Uses of MapMetadata in javax.jdo.metadata
 

Methods in javax.jdo.metadata that return MapMetadata
 MapMetadata MemberMetadata.getMapMetadata()
          Accessor for the map details.
 MapMetadata MemberMetadata.newMapMetadata()
          Method to define the map details (if the field/property is an map)
 MapMetadata MapMetadata.setDependentKey(boolean val)
          Method to set whether the key is dependent
 MapMetadata MapMetadata.setDependentValue(boolean val)
          Method to set whether the value is dependent
 MapMetadata MapMetadata.setEmbeddedKey(boolean val)
          Method to set whether the key is embedded
 MapMetadata MapMetadata.setEmbeddedValue(boolean val)
          Method to set whether the value is embedded
 MapMetadata MapMetadata.setKeyType(java.lang.String type)
          Method to set the name of the key type
 MapMetadata MapMetadata.setSerializedKey(boolean val)
          Method to set whether the key is serialised
 MapMetadata MapMetadata.setSerializedValue(boolean val)
          Method to set whether the value is serialised
 MapMetadata MapMetadata.setValueType(java.lang.String type)
          Method to set the name of the value type
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.