Uses of Interface
javax.jdo.metadata.JoinMetadata

Packages that use JoinMetadata
javax.jdo.metadata 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 JoinMetadata
 JoinMetadata MemberMetadata.getJoinMetadata()
          Accessor for the join details.
 JoinMetadata InheritanceMetadata.getJoinMetadata()
          Accessor for the join (if any).
 JoinMetadata[] TypeMetadata.getJoins()
          Accessor for all joins(s) defined on the component.
 JoinMetadata MemberMetadata.newJoinMetadata()
          Method to define the join details
 JoinMetadata InheritanceMetadata.newJoinMetadata()
          Method to define the new join information
 JoinMetadata TypeMetadata.newJoinMetadata()
          Add a join for this component.
 JoinMetadata JoinMetadata.setColumn(java.lang.String column)
          Method to set the join column.
 JoinMetadata JoinMetadata.setDeleteAction(ForeignKeyAction action)
          Method to set the delete action of the FK
 JoinMetadata JoinMetadata.setIndexed(Indexed indexed)
          Method to set whether indexed.
 JoinMetadata JoinMetadata.setOuter(boolean outer)
          Method to set whether to use an outer join
 JoinMetadata JoinMetadata.setTable(java.lang.String table)
          Method to set the table name.
 JoinMetadata JoinMetadata.setUnique(boolean unique)
          Method to set whether it is unique.
 



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.