Class ImplicitFetchBuilderPlural
- java.lang.Object
-
- org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
-
- All Implemented Interfaces:
FetchBuilder
,ImplicitFetchBuilder
public class ImplicitFetchBuilderPlural extends Object implements ImplicitFetchBuilder
-
-
Constructor Summary
Constructors Constructor Description ImplicitFetchBuilderPlural(NavigablePath fetchPath, PluralAttributeMapping fetchable, DomainResultCreationState creationState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Fetch
buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState creationState)
FetchBuilder
cacheKeyInstance()
boolean
equals(Object o)
int
hashCode()
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.query.results.FetchBuilder
visitFetchBuilders
-
-
-
-
Constructor Detail
-
ImplicitFetchBuilderPlural
public ImplicitFetchBuilderPlural(NavigablePath fetchPath, PluralAttributeMapping fetchable, DomainResultCreationState creationState)
-
-
Method Detail
-
cacheKeyInstance
public FetchBuilder cacheKeyInstance()
- Specified by:
cacheKeyInstance
in interfaceFetchBuilder
-
buildFetch
public Fetch buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState creationState)
- Specified by:
buildFetch
in interfaceFetchBuilder
-
-