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
Subclasses with type arguments of type IdentityType in org.datanucleus.metadataModifier and TypeClassDescriptionenumRepresentation of the values for identity-type.Fields in org.datanucleus.metadata declared as IdentityTypeModifier and TypeFieldDescriptionprotected IdentityTypeAbstractClassMetaData.identityTypeIdentity-type tag value.Methods in org.datanucleus.metadata that return IdentityTypeModifier and TypeMethodDescriptionAbstractClassMetaData.getIdentityType()static IdentityTypeIdentityType.getIdentityType(String value) Return IdentityType from String.static IdentityTypeReturns 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