|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLQuery.FetchReturn | |
---|---|
org.hibernate | This package defines the central Hibernate APIs. |
org.hibernate.impl | This package contains implementations of the central Hibernate APIs, especially the Hibernate session. |
Uses of SQLQuery.FetchReturn in org.hibernate |
---|
Methods in org.hibernate that return SQLQuery.FetchReturn | |
---|---|
SQLQuery.FetchReturn |
SQLQuery.addFetch(String tableAlias,
String ownerTableAlias,
String joinPropertyName)
Declare a join fetch result. |
SQLQuery.FetchReturn |
SQLQuery.FetchReturn.addProperty(String propertyName,
String columnAlias)
Add a simple property-to-one-column mapping |
SQLQuery.FetchReturn |
SQLQuery.FetchReturn.setLockMode(LockMode lockMode)
Set the lock mode for this return |
Uses of SQLQuery.FetchReturn in org.hibernate.impl |
---|
Methods in org.hibernate.impl that return SQLQuery.FetchReturn | |
---|---|
SQLQuery.FetchReturn |
SQLQueryImpl.addFetch(String tableAlias,
String ownerTableAlias,
String joinPropertyName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |