public interface AssociationAttributeMetadata extends AttributeMetadata, AssociationMetadata
| Modifier and Type | Method and Description |
|---|---|
java.util.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.
|
java.lang.String |
getTargetEntity()
Returns the name of the target entity of the association attribute.
|
getAccessgetJoinColumns, getJoinTablegetNamegetLocatorjava.util.Set<javax.persistence.CascadeType> getCascades()
FetchStrategyType getFetchStrategy()
javax.persistence.FetchType getFetchType()
int getMaxFetchDepth()
java.lang.String getTargetEntity()
Copyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.