Package org.hibernate.query.results
Class ImplicitAttributeFetchBuilder
- java.lang.Object
-
- org.hibernate.query.results.ImplicitAttributeFetchBuilder
-
- All Implemented Interfaces:
FetchBuilder,ImplicitFetchBuilder
public class ImplicitAttributeFetchBuilder extends Object implements FetchBuilder, ImplicitFetchBuilder
FetchBuilder used when an explicit mapping was not given
-
-
Constructor Summary
Constructors Constructor Description ImplicitAttributeFetchBuilder(NavigablePath navigablePath, AttributeMapping attributeMapping)
-
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 domainResultCreationState)FetchBuildercacheKeyInstance()booleanequals(Object o)inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.query.results.FetchBuilder
visitFetchBuilders
-
-
-
-
Constructor Detail
-
ImplicitAttributeFetchBuilder
public ImplicitAttributeFetchBuilder(NavigablePath navigablePath, AttributeMapping attributeMapping)
-
-
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 domainResultCreationState)
- Specified by:
buildFetchin interfaceFetchBuilder
-
-