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 asSqlResultSetMapping
or thehbm.xml
mapping element<resultset/>
. -
-
Uses of EntityResultImpl in org.hibernate.query.results.complete
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)
-