Interface EntityResult
-
- All Superinterfaces:
DomainResult
,DomainResultGraphNode
,EntityResultGraphNode
,FetchParent
- All Known Implementing Classes:
EntityResultImpl
,EntityResultImpl
,EntityResultJoinedSubclassImpl
public interface EntityResult extends EntityResultGraphNode, DomainResult
Specialization of DomainResult for entity-valued results
-
-
Method Summary
-
Methods inherited from interface org.hibernate.sql.results.graph.DomainResult
createResultAssembler, getResultVariable
-
Methods inherited from interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
appliesTo, containsAnyNonScalarResults, getEntityValuedModelPart, getNavigablePath, getReferencedMappingContainer, getResultJavaType
-
Methods inherited from interface org.hibernate.sql.results.graph.FetchParent
containsCollectionFetches, findFetch, generateFetchableFetch, getFetches, getReferencedMappingType, getReferencedModePart, getRoot, hasJoinFetches, resolveNavigablePath
-
-