Package org.hibernate.sql.results.graph
Interface FetchOptions
- All Superinterfaces:
FetchStyleAccess
,FetchTimingAccess
- All Known Subinterfaces:
EmbeddableDiscriminatorMapping
,EntityDiscriminatorMapping
,NonAggregatedIdentifierMapping
Represents an aggregated
FetchTiming
and FetchStyle
value-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic FetchOptions
valueOf
(FetchTiming fetchTiming, FetchStyle fetchStyle) Methods inherited from interface org.hibernate.sql.results.graph.FetchStyleAccess
getStyle
Methods inherited from interface org.hibernate.sql.results.graph.FetchTimingAccess
getTiming
-
Method Details
-
valueOf
-