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 FetchbuildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState creationState)FetchBuildercacheKeyInstance()booleanequals(Object o)inthashCode()StringtoString()-
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:
cacheKeyInstancein interfaceFetchBuilder
-
buildFetch
public Fetch buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState creationState)
- Specified by:
buildFetchin interfaceFetchBuilder
-
-