Uses of Class
javax.jdo.annotations.IdentityType

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

Uses of IdentityType in javax.jdo.annotations
 

Methods in javax.jdo.annotations that return IdentityType
static IdentityType IdentityType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IdentityType[] IdentityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IdentityType in javax.jdo.metadata
 

Methods in javax.jdo.metadata that return IdentityType
 IdentityType TypeMetadata.getIdentityType()
          Accessor for the identity type to use.
 

Methods in javax.jdo.metadata with parameters of type IdentityType
 TypeMetadata TypeMetadata.setIdentityType(IdentityType id)
          Method to define the identity type to use.
 



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