Uses of Class
org.hibernate.query.results.complete.EntityResultImpl
Packages that use EntityResultImpl
Package
Description
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping or the hbm.xml
mapping element <resultset/>.-
Uses of EntityResultImpl in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete with parameters of type EntityResultImplModifier and TypeMethodDescriptionInitializer<?>EntityResultImpl.createInitializer(EntityResultImpl resultGraphNode, InitializerParent<?> parent, AssemblerCreationState creationState) Constructor parameters in org.hibernate.query.results.complete with type arguments of type EntityResultImplModifierConstructorDescriptionEntityResultImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, String resultAlias, LockMode lockMode, Function<EntityResultImpl, BasicFetch<?>> discriminatorFetchBuilder, DomainResultCreationState creationState)