Package org.hibernate.sql.results.graph
Interface FetchOptions
-
- All Superinterfaces:
FetchStyleAccess
,FetchTimingAccess
- All Known Subinterfaces:
EmbeddableDiscriminatorMapping
,EntityDiscriminatorMapping
,NonAggregatedIdentifierMapping
- All Known Implementing Classes:
AbstractCompositeIdentifierMapping
,AbstractDiscriminatorMapping
,AbstractEntityCollectionPart
,AbstractSingularAttributeMapping
,AbstractStateArrayContributorMapping
,AnonymousTupleNonAggregatedEntityIdentifierMapping
,AnyDiscriminatorPart
,AnyKeyPart
,BasicAttributeMapping
,BasicEntityIdentifierMappingImpl
,BasicValuedCollectionPart
,CaseStatementDiscriminatorMappingImpl
,CollectionIdentifierDescriptorImpl
,DiscriminatedAssociationAttributeMapping
,DiscriminatedAssociationMapping
,EmbeddedAttributeMapping
,EmbeddedCollectionPart
,EmbeddedIdentifierMappingImpl
,EntityVersionMappingImpl
,ExplicitColumnDiscriminatorMappingImpl
,InverseNonAggregatedIdentifierMapping
,ManyToManyCollectionPart
,NonAggregatedIdentifierMappingImpl
,OneToManyCollectionPart
,PluralAttributeMappingImpl
,SimpleForeignKeyDescriptor
,ToOneAttributeMapping
,VirtualEmbeddedAttributeMapping
public interface FetchOptions extends FetchTimingAccess, FetchStyleAccess
Represents an aggregatedFetchTiming
andFetchStyle
value
-
-
Method Summary
Static Methods Modifier and Type Method Description static 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 Detail
-
valueOf
static FetchOptions valueOf(FetchTiming fetchTiming, FetchStyle fetchStyle)
-
-