Uses of Interface
org.hibernate.query.results.ResultBuilderInstantiationValued
-
Packages that use ResultBuilderInstantiationValued 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/>
.org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQuery
APIs -
-
Uses of ResultBuilderInstantiationValued in org.hibernate.query.results.complete
Classes in org.hibernate.query.results.complete that implement ResultBuilderInstantiationValued Modifier and Type Class Description class
CompleteResultBuilderInstantiation
ResultBuilder for dynamic instantiation results (ConstructorResult
-
Uses of ResultBuilderInstantiationValued in org.hibernate.query.results.dynamic
Classes in org.hibernate.query.results.dynamic that implement ResultBuilderInstantiationValued Modifier and Type Class Description class
DynamicResultBuilderInstantiation<J>
-