Uses of Class
javax.jdo.metadata.Indexed
-
Packages that use Indexed Package Description javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata. -
-
Uses of Indexed in javax.jdo.metadata
Methods in javax.jdo.metadata that return Indexed Modifier and Type Method Description IndexedDiscriminatorMetadata. getIndexed()Accessor for whether indexed (true|false|unique)IndexedJoinMetadata. getIndexed()Accessor for whether indexed (true|false|unique).IndexedVersionMetadata. getIndexed()Accessor for whether indexed (true|false|unique).static IndexedIndexed. valueOf(String name)Returns the enum constant of this type with the specified name.static Indexed[]Indexed. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.jdo.metadata with parameters of type Indexed Modifier and Type Method Description DiscriminatorMetadataDiscriminatorMetadata. setIndexed(Indexed indexed)Method to set whether indexed.JoinMetadataJoinMetadata. setIndexed(Indexed indexed)Method to set whether indexed.VersionMetadataVersionMetadata. setIndexed(Indexed indexed)Method to set whether indexed.
-