Uses of Interface
javax.jdo.metadata.DiscriminatorMetadata
Packages that use DiscriminatorMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of DiscriminatorMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return DiscriminatorMetadataModifier and TypeMethodDescriptionEmbeddedMetadata.getDiscriminatorMetadata()Accessor for the discriminator metadata when handling inherited objects.InheritanceMetadata.getDiscriminatorMetadata()Accessor for the discriminator (if any).EmbeddedMetadata.newDiscriminatorMetadata()Method to define the new discriminator metadata for handling inherited embedded objects.InheritanceMetadata.newDiscriminatorMetadata()Method to define the new discriminator metadata.Method to set the discriminator column.DiscriminatorMetadata.setIndexed(Indexed indexed) Method to set whether indexed.DiscriminatorMetadata.setStrategy(DiscriminatorStrategy strategy) Method to set the discriminator strategy.Method to set the discriminator value (when using "value-map" strategy).