public interface PluralAttributeMetadata
| Modifier and Type | Method and Description |
|---|---|
String |
getMapKey()
Returns the map key.
|
List<AttributeOverrideMetadata> |
getMapKeyAttributeOverrides()
Returns the list of map key attribute overrides.
|
String |
getMapKeyClassName()
Returns the class name of the map key.
|
ColumnMetadata |
getMapKeyColumn()
Returns the map key column definition.
|
javax.persistence.EnumType |
getMapKeyEnumType()
Returns the enum type of the map key.
|
javax.persistence.TemporalType |
getMapKeyTemporalType()
Returns the temporal type of the map key.
|
String |
getOrderBy()
Returns the order by.
|
ColumnMetadata |
getOrderColumn()
Returns the order column definition.
|
String getMapKey()
List<AttributeOverrideMetadata> getMapKeyAttributeOverrides()
String getMapKeyClassName()
ColumnMetadata getMapKeyColumn()
javax.persistence.EnumType getMapKeyEnumType()
javax.persistence.TemporalType getMapKeyTemporalType()
String getOrderBy()
ColumnMetadata getOrderColumn()
Copyright © 2012-2013 Batoo. All Rights Reserved.