Uses of Interface
javax.jdo.metadata.ValueMetadata

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

Uses of ValueMetadata in javax.jdo.metadata
 

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



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