Package | Description |
---|---|
javax.jdo.metadata |
This package contains classes representing the different components of the JDO Metadata.
|
Modifier and Type | Method and Description |
---|---|
ElementMetadata |
MemberMetadata.getElementMetadata()
Accessor for the element details.
|
ElementMetadata |
MemberMetadata.getElementMetadata()
Accessor for the element details.
|
ElementMetadata |
MemberMetadata.newElementMetadata()
Method to define the new element details.
|
ElementMetadata |
MemberMetadata.newElementMetadata()
Method to define the new element details.
|
ElementMetadata |
ElementMetadata.setColumn(String column)
Method to set the column name.
|
ElementMetadata |
ElementMetadata.setColumn(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.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.setDeleteAction(ForeignKeyAction action)
Method to set the delete action of the FK
|
ElementMetadata |
ElementMetadata.setTable(String table)
Method to set the table name.
|
ElementMetadata |
ElementMetadata.setTable(String table)
Method to set the table name.
|
ElementMetadata |
ElementMetadata.setUpdateAction(ForeignKeyAction action)
Method to set the update action of the FK
|
ElementMetadata |
ElementMetadata.setUpdateAction(ForeignKeyAction action)
Method to set the update action of the FK
|
ElementMetadata |
ElementMetadata.setUseDefaultConversion(Boolean flag)
Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).
|
ElementMetadata |
ElementMetadata.setUseDefaultConversion(Boolean flag)
Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).
|
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.