public interface ElementCollectionAttributeMetadata extends PluralAttributeMetadata, EmbeddedAttributeMetadata
| Modifier and Type | Method and Description |
|---|---|
CollectionTableMetadata |
getCollectionTable()
Returns the collection table definition.
|
ColumnMetadata |
getColumn()
Returns the column definition.
|
javax.persistence.EnumType |
getEnumType()
Returns the enum type.
|
javax.persistence.FetchType |
getFetchType()
Returns the fetch type.
|
String |
getTargetClass()
Returns the name of the target class.
|
javax.persistence.TemporalType |
getTemporalType()
Returns the temporal type.
|
boolean |
isLob()
Returns if the attribute is lob type.
|
getMapKey, getMapKeyAttributeOverrides, getMapKeyClassName, getMapKeyColumn, getMapKeyEnumType, getMapKeyTemporalType, getOrderBy, getOrderColumngetAssociationOverrides, getAttributeOverridesgetAccessgetNamegetLocatorCollectionTableMetadata getCollectionTable()
ColumnMetadata getColumn()
javax.persistence.EnumType getEnumType()
javax.persistence.FetchType getFetchType()
String getTargetClass()
javax.persistence.TemporalType getTemporalType()
boolean isLob()
Copyright © 2012-2013 Batoo. All Rights Reserved.