public interface AssociationAttributeMetadata extends AttributeMetadata, AssociationMetadata
| Modifier and Type | Method and Description |
|---|---|
Set<javax.persistence.CascadeType> |
getCascades()
Returns the cascades of the association attribute.
|
FetchStrategyType |
getFetchStrategy()
Returns the fetching strategy for eager joins.
|
javax.persistence.FetchType |
getFetchType()
Returns the fetch type of the association attribute.
|
int |
getMaxFetchDepth()
Returns the max fetch depth for eager joins.
|
String |
getTargetEntity()
Returns the name of the target entity of the association attribute.
|
getAccessgetJoinColumns, getJoinTablegetNamegetLocatorSet<javax.persistence.CascadeType> getCascades()
FetchStrategyType getFetchStrategy()
javax.persistence.FetchType getFetchType()
int getMaxFetchDepth()
String getTargetEntity()
Copyright © 2012-2013 Batoo. All Rights Reserved.