Uses of Interface
javax.jdo.metadata.UniqueMetadata
Packages that use UniqueMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of UniqueMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return UniqueMetadataModifier and TypeMethodDescriptionElementMetadata.getUniqueMetadata()
Accessor for any unique constraint metadata on this element.JoinMetadata.getUniqueMetadata()
Accessor for any unique constraint metadata on this join.KeyMetadata.getUniqueMetadata()
Accessor for any unique constraint metadata on this key.MemberMetadata.getUniqueMetadata()
Accessor for any unique constraint metadata on this field/property.ValueMetadata.getUniqueMetadata()
Accessor for any unique constraint metadata on this value.TypeMetadata.getUniques()
Accessor for all unique constraints defined on the component.ElementMetadata.newUniqueMetadata()
Method to set new unique constraint metadata for the element.JoinMetadata.newUniqueMetadata()
Method to set new unique constraint metadata for the join.KeyMetadata.newUniqueMetadata()
Method to set new unique constraint metadata for the keyMemberMetadata.newUniqueMetadata()
Method to set new unique constraint metadata for the field/property.TypeMetadata.newUniqueMetadata()
Add a new unique constraint for this component.ValueMetadata.newUniqueMetadata()
Method to set new unique constraint metadata for the value.UniqueMetadata.setDeferred
(boolean def) Method to set whether the constraint is deferred.Method to set the name of the constraint.Method to set the table name.