Uses of Interface
org.hibernate.query.NativeQuery.ReturnProperty
Packages that use NativeQuery.ReturnProperty
Package
Description
Everything related to HQL/JPQL, native SQL, and criteria queries.
Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping or the hbm.xml
mapping element <resultset/>.Support for mutable result/fetch builder graphs nodes built dynamically via
Hibernate's
NativeQuery APIs-
Uses of NativeQuery.ReturnProperty in org.hibernate.query
Methods in org.hibernate.query that return NativeQuery.ReturnPropertyModifier and TypeMethodDescriptionNativeQuery.ReturnProperty.addColumnAlias(String columnAlias) Add a column alias to this property mapping.NativeQuery.FetchReturn.addProperty(String propertyName) Add a property, presumably with more than one column.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.ReturnPropertyModifier and TypeMethodDescriptionCompleteResultBuilderEntityStandard.addProperty(String propertyName) -
Uses of NativeQuery.ReturnProperty in org.hibernate.query.results.dynamic
Subinterfaces of NativeQuery.ReturnProperty in org.hibernate.query.results.dynamicClasses in org.hibernate.query.results.dynamic that implement NativeQuery.ReturnPropertyModifier and TypeClassDescriptionclassclassclassDynamicResultBuilder based on a named mapped attributeMethods in org.hibernate.query.results.dynamic that return NativeQuery.ReturnPropertyModifier and TypeMethodDescriptionDynamicFetchBuilderLegacy.addColumnAlias(String columnAlias) DynamicFetchBuilderStandard.addColumnAlias(String columnAlias) DynamicResultBuilderAttribute.addColumnAlias(String columnAlias) DynamicResultBuilderEntityCalculated.addProperty(String propertyName)