Uses of Enum
org.datanucleus.metadata.IdentityType
Packages that use IdentityType
Package
Description
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
-
Uses of IdentityType in org.datanucleus.metadata
Fields in org.datanucleus.metadata declared as IdentityTypeModifier and TypeFieldDescriptionprotected IdentityType
AbstractClassMetaData.identityType
Identity-type tag value.Methods in org.datanucleus.metadata that return IdentityTypeModifier and TypeMethodDescriptionAbstractClassMetaData.getIdentityType()
static IdentityType
IdentityType.getIdentityType
(String value) Return IdentityType from String.static 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.Methods in org.datanucleus.metadata with parameters of type IdentityType