Uses of Interface
org.hibernate.query.NativeQuery.FetchReturn
-
Packages that use NativeQuery.FetchReturn 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 Implementation of the SPIs for native SQL query support. -
-
Uses of NativeQuery.FetchReturn in org.hibernate.query
Methods in org.hibernate.query that return NativeQuery.FetchReturn Modifier and Type Method Description NativeQuery.FetchReturn
NativeQuery. addFetch(String tableAlias, String ownerTableAlias, String joinPropertyName)
Declare a join fetch result.NativeQuery.FetchReturn
NativeQuery.FetchReturn. addProperty(String propertyName, String columnAlias)
Add a simple property-to-one-column mapping.NativeQuery.FetchReturn
NativeQuery.FetchReturn. setLockMode(LockMode lockMode)
Set the lock mode for this return. -
Uses of NativeQuery.FetchReturn in org.hibernate.query.results.dynamic
Classes in org.hibernate.query.results.dynamic that implement NativeQuery.FetchReturn Modifier and Type Class Description class
DynamicFetchBuilderLegacy
Methods in org.hibernate.query.results.dynamic that return NativeQuery.FetchReturn Modifier and Type Method Description NativeQuery.FetchReturn
DynamicFetchBuilderLegacy. setLockMode(LockMode lockMode)
-
Uses of NativeQuery.FetchReturn in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return NativeQuery.FetchReturn Modifier and Type Method Description NativeQuery.FetchReturn
NativeQueryImpl. addFetch(String tableAlias, String ownerTableAlias, String joinPropertyName)
-