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