| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLQuery.RootReturn | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. | 
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs of the org.hibernatepackage. | 
| Uses of SQLQuery.RootReturn in org.hibernate | 
|---|
| Methods in org.hibernate that return SQLQuery.RootReturn | |
|---|---|
|  SQLQuery.RootReturn | SQLQuery.RootReturn.addProperty(String propertyName,
            String columnAlias)Add a simple property-to-one-column mapping | 
|  SQLQuery.RootReturn | SQLQuery.addRoot(String tableAlias,
        Class entityType)Add a new root return mapping, returning a SQLQuery.RootReturnto allow further definition | 
|  SQLQuery.RootReturn | SQLQuery.addRoot(String tableAlias,
        String entityName)Add a new root return mapping, returning a SQLQuery.RootReturnto allow further definition | 
|  SQLQuery.RootReturn | SQLQuery.RootReturn.setDiscriminatorAlias(String columnAlias)Name the column alias that identifies the entity's discriminator | 
|  SQLQuery.RootReturn | SQLQuery.RootReturn.setLockMode(LockMode lockMode)Set the lock mode for this return | 
| Uses of SQLQuery.RootReturn in org.hibernate.internal | 
|---|
| Methods in org.hibernate.internal that return SQLQuery.RootReturn | |
|---|---|
|  SQLQuery.RootReturn | SQLQueryImpl.addRoot(String tableAlias,
        Class entityType) | 
|  SQLQuery.RootReturn | SQLQueryImpl.addRoot(String tableAlias,
        String entityName) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||