Package org.hibernate.engine.profile
Class Fetch
java.lang.Object
org.hibernate.engine.profile.Fetch
Models an individual fetch override within a
FetchProfile.- Author:
- Steve Ebersole
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionFetch(Association association, FetchStyle method, FetchTiming timing) Constructs aFetch.Fetch(Association association, Fetch.Style style) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionThe association to which the fetch style applies.The fetch method to be applied to the association.getStyle()Deprecated, for removal: This API element is subject to removal in a future version.usegetMethod()The fetch timing to be applied to the association.toString()
-
Constructor Details
-
Method Details
-
getAssociation
The association to which the fetch style applies. -
getStyle
Deprecated, for removal: This API element is subject to removal in a future version.usegetMethod()The fetch style applied to the association. -
getMethod
The fetch method to be applied to the association. -
getTiming
The fetch timing to be applied to the association. -
toString
-
FetchStyle