Uses of Interface
javax.jdo.metadata.JoinMetadata
Packages that use JoinMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of JoinMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return JoinMetadataModifier and TypeMethodDescriptionInheritanceMetadata.getJoinMetadata()
Accessor for the join (if any).MemberMetadata.getJoinMetadata()
Accessor for the join details.TypeMetadata.getJoins()
Accessor for all joins(s) defined on the component.InheritanceMetadata.newJoinMetadata()
Method to define the new join information.MemberMetadata.newJoinMetadata()
Method to define the join details.TypeMetadata.newJoinMetadata()
Add a join for this component.Method to set the join column.JoinMetadata.setDeleteAction
(ForeignKeyAction action) Method to set the delete action of the FKJoinMetadata.setIndexed
(Indexed indexed) Method to set whether indexed.JoinMetadata.setOuter
(boolean outer) Method to set whether to use an outer join.Method to set the table name.JoinMetadata.setUnique
(boolean unique) Method to set whether it is unique.