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.setConverter(AttributeConverter<?,?> conv) |
Method to set the attribute converter to use for this value.
|
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.
|
ValueMetadata |
ValueMetadata.setUseDefaultConversion(java.lang.Boolean flag) |
Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).
|