Uses of Interface
org.hibernate.query.NativeQuery.ReturnProperty
-
Packages that use NativeQuery.ReturnProperty Package Description org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.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 NativeQuery.ReturnProperty in org.hibernate.query
Methods in org.hibernate.query that return NativeQuery.ReturnProperty Modifier and Type Method Description NativeQuery.ReturnProperty
NativeQuery.ReturnProperty. addColumnAlias(String columnAlias)
Add a column alias to this property mapping.NativeQuery.ReturnProperty
NativeQuery.FetchReturn. addProperty(String propertyName)
Add a property, presumably with more than one column.NativeQuery.ReturnProperty
NativeQuery.RootReturn. addProperty(String propertyName)
Add a property, presumably with more than one column. -
Uses of NativeQuery.ReturnProperty in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return NativeQuery.ReturnProperty Modifier and Type Method Description NativeQuery.ReturnProperty
CompleteResultBuilderEntityStandard. addProperty(String propertyName)
-
Uses of NativeQuery.ReturnProperty in org.hibernate.query.results.dynamic
Subinterfaces of NativeQuery.ReturnProperty in org.hibernate.query.results.dynamic Modifier and Type Interface Description interface
DynamicFetchBuilder
Classes in org.hibernate.query.results.dynamic that implement NativeQuery.ReturnProperty Modifier and Type Class Description class
DynamicFetchBuilderLegacy
class
DynamicFetchBuilderStandard
class
DynamicResultBuilderAttribute
DynamicResultBuilder based on a named mapped attributeMethods in org.hibernate.query.results.dynamic that return NativeQuery.ReturnProperty Modifier and Type Method Description NativeQuery.ReturnProperty
DynamicFetchBuilderLegacy. addColumnAlias(String columnAlias)
NativeQuery.ReturnProperty
DynamicFetchBuilderStandard. addColumnAlias(String columnAlias)
NativeQuery.ReturnProperty
DynamicResultBuilderAttribute. addColumnAlias(String columnAlias)
NativeQuery.ReturnProperty
DynamicResultBuilderEntityCalculated. addProperty(String propertyName)
-