Package | Description |
---|---|
js.transaction.hibernate |
Transaction manager and transaction implementations.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
HqlQueryImpl
Implementation of
HqlQuery interface. |
Modifier and Type | Method and Description |
---|---|
HqlQuery |
SessionManagerImpl.HQL(String hql,
Object... parameters) |
HqlQuery |
SessionManager.HQL(String hql,
Object... parameters)
Create a HQL query instance wrapping given query string.
|
HqlQuery |
HqlQueryImpl.limit(int rowsCount) |
HqlQuery |
HqlQuery.limit(int rowsCount)
Set the maximum number of rows this query may return.
|
HqlQuery |
HqlQueryImpl.limit(int offset,
int rowsCount) |
HqlQuery |
HqlQuery.limit(int offset,
int rowsCount)
Set first record offset and maximum number of rows this query may return.
|
HqlQuery |
HqlQueryImpl.load(String... lazyFields) |
HqlQuery |
HqlQuery.load(String... lazyFields)
Load fields declared as lazy into mapping definition.
|
HqlQuery |
HqlQueryImpl.param(String name,
Collection<?> value,
boolean forceEmpty) |
HqlQuery |
HqlQuery.param(String name,
Collection<?> value,
boolean forceEmpty)
Bind collection to named query parameter and select behavior for empty value.
|
HqlQuery |
HqlQueryImpl.param(String name,
Object value) |
HqlQuery |
HqlQuery.param(String name,
Object value)
Bind a not null value to a named query parameter.
|
Copyright © 2019. All rights reserved.