Uses of Enum
javax.jdo.annotations.IdentityType
Packages that use IdentityType
Package
Description
This package contains the JDO annotations for use as an alternative to XML 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 IdentityTypeModifier and TypeMethodDescriptionstatic IdentityType
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 IdentityTypeModifier and TypeMethodDescriptionTypeMetadata.getIdentityType()
Accessor for the identity type to use.Methods in javax.jdo.metadata with parameters of type IdentityTypeModifier and TypeMethodDescriptionTypeMetadata.setIdentityType
(IdentityType id) Method to define the identity type to use.