Uses of Interface
org.hibernate.query.NativeQuery.RootReturn
-
Packages that use NativeQuery.RootReturn 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 asSqlResultSetMappingor thehbm.xmlmapping element<resultset/>.org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQueryAPIs -
-
Uses of NativeQuery.RootReturn in org.hibernate.query
Methods in org.hibernate.query that return NativeQuery.RootReturn Modifier and Type Method Description NativeQuery.RootReturnNativeQuery.RootReturn. addIdColumnAliases(String... aliases)NativeQuery.RootReturnNativeQuery.RootReturn. addProperty(String propertyName, String columnAlias)Add a simple property-to-one-column mapping.NativeQuery.RootReturnNativeQuery. addRoot(String tableAlias, Class entityType)Add a new root return mapping, returning aNativeQuery.RootReturnto allow further definition.NativeQuery.RootReturnNativeQuery. addRoot(String tableAlias, String entityName)Add a new root return mapping, returning aNativeQuery.RootReturnto allow further definition.NativeQuery.RootReturnNativeQuery.RootReturn. setDiscriminatorAlias(String columnAlias)Name the column alias that identifies the entity's discriminator.NativeQuery.RootReturnNativeQuery.RootReturn. setLockMode(LockMode lockMode)Set the lock mode for this return. -
Uses of NativeQuery.RootReturn in org.hibernate.query.results.complete
Classes in org.hibernate.query.results.complete that implement NativeQuery.RootReturn Modifier and Type Class Description classCompleteResultBuilderEntityStandardMethods in org.hibernate.query.results.complete that return NativeQuery.RootReturn Modifier and Type Method Description NativeQuery.RootReturnCompleteResultBuilderEntityStandard. addIdColumnAliases(String... aliases)NativeQuery.RootReturnCompleteResultBuilderEntityStandard. addProperty(String propertyName, String columnAlias)NativeQuery.RootReturnCompleteResultBuilderEntityStandard. setDiscriminatorAlias(String columnAlias)NativeQuery.RootReturnCompleteResultBuilderEntityStandard. setLockMode(LockMode lockMode) -
Uses of NativeQuery.RootReturn in org.hibernate.query.results.dynamic
Classes in org.hibernate.query.results.dynamic that implement NativeQuery.RootReturn Modifier and Type Class Description classDynamicResultBuilderEntityCalculatedAn entity-valued DynamicResultBuilder for cases when the user has not supplied specific column to attribute mappings.classDynamicResultBuilderEntityStandardMethods in org.hibernate.query.results.dynamic that return NativeQuery.RootReturn Modifier and Type Method Description NativeQuery.RootReturnDynamicResultBuilderEntityCalculated. addIdColumnAliases(String... aliases)NativeQuery.RootReturnDynamicResultBuilderEntityStandard. addIdColumnAliases(String... aliases)NativeQuery.RootReturnDynamicResultBuilderEntityCalculated. addProperty(String propertyName, String columnAlias)NativeQuery.RootReturnDynamicResultBuilderEntityCalculated. setDiscriminatorAlias(String columnAlias)NativeQuery.RootReturnDynamicResultBuilderEntityCalculated. setLockMode(LockMode lockMode)
-