|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |