Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
SQLQuery.FetchReturn |
SQLQueryImpl.addFetch(String tableAlias,
String ownerTableAlias,
String joinPropertyName) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.