Uses of Interface
javax.jdo.metadata.KeyMetadata

Packages that use KeyMetadata
javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata. 
 

Uses of KeyMetadata in javax.jdo.metadata
 

Methods in javax.jdo.metadata that return KeyMetadata
 KeyMetadata MemberMetadata.getKeyMetadata()
          Accessor for the key details
 KeyMetadata MemberMetadata.newKeyMetadata()
          Method to define the key details
 KeyMetadata KeyMetadata.setColumn(java.lang.String column)
          Method to set the column name.
 KeyMetadata KeyMetadata.setDeleteAction(ForeignKeyAction action)
          Method to set the delete action of the FK
 KeyMetadata KeyMetadata.setTable(java.lang.String table)
          Method to set the table name.
 KeyMetadata KeyMetadata.setUpdateAction(ForeignKeyAction action)
          Method to set the update action of the FK
 



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