Modifier and Type | Method and Description |
---|---|
String |
getColumn()
Accessor for the version column name.
|
ColumnMetadata[] |
getColumns()
Accessor for all column(s) defined on the ordering.
|
IndexMetadata |
getIndexMetadata()
Accessor for any index metadata for the ordering.
|
String |
getMappedBy()
Accessor for the mapped-by field/property name in the element class.
|
int |
getNumberOfColumns()
Accessor for the number of columns defined for this ordering.
|
ColumnMetadata |
newColumnMetadata()
Add a column for this ordering.
|
IndexMetadata |
newIndexMetadata()
Method to set index metadata for the ordering.
|
OrderMetadata |
setColumn(String column)
Method to set the version column name.
|
OrderMetadata |
setMappedBy(String mappedBy)
Method to set mapped-by information whether the order is present in the element class.
|
getExtensions, getNumberOfExtensions, getParent, newExtensionMetadata
OrderMetadata setColumn(String column)
column
- Name of the version columnString getColumn()
OrderMetadata setMappedBy(String mappedBy)
mappedBy
- Field/property name in which to store the ordering in the elementString getMappedBy()
ColumnMetadata[] getColumns()
ColumnMetadata newColumnMetadata()
int getNumberOfColumns()
IndexMetadata newIndexMetadata()
IndexMetadata getIndexMetadata()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.