Uses of Interface
javax.jdo.metadata.ElementMetadata
-
Packages that use ElementMetadata Package Description javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata. -
-
Uses of ElementMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return ElementMetadata Modifier and Type Method Description ElementMetadata
MemberMetadata. getElementMetadata()
Accessor for the 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. 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 FKElementMetadata
ElementMetadata. setTable(String table)
Method to set the table name.ElementMetadata
ElementMetadata. setUpdateAction(ForeignKeyAction action)
Method to set the update action of the FKElementMetadata
ElementMetadata. setUseDefaultConversion(Boolean flag)
Method to explicitly set whether to disable use of AttributeConverter for this type (either here, class-level or PMF level).
-