ElementMetadata |
MemberMetadata.getElementMetadata() |
Accessor for the element details.
|
ElementMetadata |
MemberMetadata.newElementMetadata() |
Method to define the new element details.
|
ElementMetadata |
ElementMetadata.setColumn(java.lang.String column) |
Method to set the column name.
|
ElementMetadata |
ElementMetadata.setConverter(AttributeConverter<?,?> conv) |
Method to set the attribute converter to use for this element.
|
ElementMetadata |
ElementMetadata.setDeleteAction(ForeignKeyAction action) |
Method to set the delete action of the FK
|
ElementMetadata |
ElementMetadata.setTable(java.lang.String table) |
Method to set the table name.
|
ElementMetadata |
ElementMetadata.setUpdateAction(ForeignKeyAction action) |
Method to set the update action of the FK
|
ElementMetadata |
ElementMetadata.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).
|