Uses of Interface
javax.jdo.metadata.DatastoreIdentityMetadata
Packages that use DatastoreIdentityMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of DatastoreIdentityMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return DatastoreIdentityMetadataModifier and TypeMethodDescriptionTypeMetadata.getDatastoreIdentityMetadata()Accessor for the datastore identity details.TypeMetadata.newDatastoreIdentityMetadata()Method to define the datastore identity metadata details.Method to set the datastore identity column name.DatastoreIdentityMetadata.setCustomStrategy(String strategy) Method to set the custom identity generation strategy.DatastoreIdentityMetadata.setSequence(String seq) Method to set the sequence key (when using "sequence" strategy).DatastoreIdentityMetadata.setStrategy(IdGeneratorStrategy strategy) Method to set the identity generation strategy.