Package org.hibernate.engine.profile
Class Fetch
java.lang.Object
org.hibernate.engine.profile.Fetch
Models an individual fetch override within a
FetchProfile
.-
Constructor Summary
ConstructorsConstructorDescriptionFetch
(Association association, FetchStyle method, FetchTiming timing) Constructs aFetch
. -
Method Summary
Modifier and TypeMethodDescriptionThe association to which the fetch style applies.The fetch method to be applied to the association.The fetch timing to be applied to the association.toString()
-
Constructor Details
-
Fetch
Constructs aFetch
.- Parameters:
association
- The association to be fetchedmethod
- How to fetch it
-
-
Method Details