Class CompleteFetchBuilderEntityValuedModelPart
- java.lang.Object
-
- org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
-
- All Implemented Interfaces:
CompleteFetchBuilder
,ModelPartReference
,ModelPartReferenceEntity
,FetchBuilder
public class CompleteFetchBuilderEntityValuedModelPart extends Object implements CompleteFetchBuilder, ModelPartReferenceEntity
CompleteFetchBuilder for entity-valued ModelParts
-
-
Constructor Summary
Constructors Constructor Description CompleteFetchBuilderEntityValuedModelPart(NavigablePath navigablePath, EntityValuedFetchable modelPart, List<String> columnAliases)
-
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 domainResultCreationState)
FetchBuilder
cacheKeyInstance()
boolean
equals(Object o)
List<String>
getColumnAliases()
NavigablePath
getNavigablePath()
EntityValuedFetchable
getReferencedPart()
The part of the domain model that is referencedint
hashCode()
-
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
-
CompleteFetchBuilderEntityValuedModelPart
public CompleteFetchBuilderEntityValuedModelPart(NavigablePath navigablePath, EntityValuedFetchable modelPart, List<String> columnAliases)
-
-
Method Detail
-
cacheKeyInstance
public FetchBuilder cacheKeyInstance()
- Specified by:
cacheKeyInstance
in interfaceFetchBuilder
-
getNavigablePath
public NavigablePath getNavigablePath()
- Specified by:
getNavigablePath
in interfaceModelPartReference
-
getReferencedPart
public EntityValuedFetchable getReferencedPart()
Description copied from interface:ModelPartReference
The part of the domain model that is referenced- Specified by:
getReferencedPart
in interfaceCompleteFetchBuilder
- Specified by:
getReferencedPart
in interfaceModelPartReference
- Specified by:
getReferencedPart
in interfaceModelPartReferenceEntity
-
buildFetch
public Fetch buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
- Specified by:
buildFetch
in interfaceFetchBuilder
-
-