Uses of Interface
org.hibernate.query.NativeQuery.RootReturn
Packages that use NativeQuery.RootReturn
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
, orm.xml
,
mapping.xml
or hbm.xml
.Support for mutable result/fetch builder graphs nodes built dynamically.
-
Uses of NativeQuery.RootReturn in org.hibernate.query
Methods in org.hibernate.query that return NativeQuery.RootReturnModifier and TypeMethodDescriptionNativeQuery.RootReturn.addIdColumnAliases
(String... aliases) NativeQuery.RootReturn.addProperty
(String propertyName, String columnAlias) Add a simple property-to-one-column mapping.Add a new root return mapping, returning aNativeQuery.RootReturn
to allow further definition.Add a new root return mapping, returning aNativeQuery.RootReturn
to allow further definition.NativeQuery.RootReturn.setDiscriminatorAlias
(String columnAlias) Name the column alias that identifies the entity's discriminator.NativeQuery.RootReturn.setLockMode
(LockMode lockMode) Set the lock mode for this return. -
Uses of NativeQuery.RootReturn in org.hibernate.query.results.internal.complete
Classes in org.hibernate.query.results.internal.complete that implement NativeQuery.RootReturnMethods in org.hibernate.query.results.internal.complete that return NativeQuery.RootReturnModifier and TypeMethodDescriptionCompleteResultBuilderEntityStandard.addIdColumnAliases
(String... aliases) CompleteResultBuilderEntityStandard.addProperty
(String propertyName, String columnAlias) CompleteResultBuilderEntityStandard.setDiscriminatorAlias
(String columnAlias) CompleteResultBuilderEntityStandard.setLockMode
(LockMode lockMode) -
Uses of NativeQuery.RootReturn in org.hibernate.query.results.internal.dynamic
Classes in org.hibernate.query.results.internal.dynamic that implement NativeQuery.RootReturnModifier and TypeClassDescriptionclass
An entity-valued DynamicResultBuilder for cases when the user has not supplied specific column to attribute mappings.class
Methods in org.hibernate.query.results.internal.dynamic that return NativeQuery.RootReturnModifier and TypeMethodDescriptionDynamicResultBuilderEntityCalculated.addIdColumnAliases
(String... aliases) DynamicResultBuilderEntityStandard.addIdColumnAliases
(String... aliases) DynamicResultBuilderEntityCalculated.addProperty
(String propertyName, String columnAlias) DynamicResultBuilderEntityStandard.addProperty
(String propertyName, String columnAlias) DynamicResultBuilderEntityCalculated.setDiscriminatorAlias
(String columnAlias) DynamicResultBuilderEntityCalculated.setLockMode
(LockMode lockMode)