Uses of Class
org.hibernate.query.results.complete.EntityResultImpl
-
Packages that use EntityResultImpl Package Description org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMappingor thehbm.xmlmapping element<resultset/>. -
-
Uses of EntityResultImpl in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete with parameters of type EntityResultImpl Modifier and Type Method Description InitializerEntityResultImpl. createInitializer(EntityResultImpl resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)Constructor parameters in org.hibernate.query.results.complete with type arguments of type EntityResultImpl Constructor Description EntityResultImpl(NavigablePath navigablePath, EntityValuedModelPart entityValuedModelPart, String resultAlias, LockMode lockMode, Function<EntityResultImpl,BasicFetch<?>> discriminatorFetchBuilder, DomainResultCreationState creationState)
-