Uses of Interface
org.hibernate.query.NativeQuery.InstantiationResultNode
-
Packages that use NativeQuery.InstantiationResultNode Package Description org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQuery
APIsorg.hibernate.query.sql.internal -
-
Uses of NativeQuery.InstantiationResultNode in org.hibernate.query
Methods in org.hibernate.query that return NativeQuery.InstantiationResultNode Modifier and Type Method Description default NativeQuery.InstantiationResultNode<J>
NativeQuery.InstantiationResultNode. addBasicArgument(String columnAlias)
NativeQuery.InstantiationResultNode<J>
NativeQuery.InstantiationResultNode. addBasicArgument(String columnAlias, String argumentAlias)
<J> NativeQuery.InstantiationResultNode<J>
NativeQuery. addInstantiation(Class<J> targetJavaType)
-
Uses of NativeQuery.InstantiationResultNode in org.hibernate.query.results.dynamic
Classes in org.hibernate.query.results.dynamic that implement NativeQuery.InstantiationResultNode Modifier and Type Class Description class
DynamicResultBuilderInstantiation<J>
Methods in org.hibernate.query.results.dynamic that return NativeQuery.InstantiationResultNode Modifier and Type Method Description NativeQuery.InstantiationResultNode<J>
DynamicResultBuilderInstantiation. addBasicArgument(String columnAlias, String argumentAlias)
-
Uses of NativeQuery.InstantiationResultNode in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return NativeQuery.InstantiationResultNode Modifier and Type Method Description <J> NativeQuery.InstantiationResultNode<J>
NativeQueryImpl. addInstantiation(Class<J> targetJavaType)
-