Package | Description |
---|---|
js.transaction.hibernate |
Transaction manager and transaction implementations.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
SqlQueryImpl
Implementation of
SqlQuery interface. |
Modifier and Type | Method and Description |
---|---|
SqlQuery |
SqlQueryImpl.limit(int rowsCount) |
SqlQuery |
SqlQuery.limit(int rowsCount)
Set the maximum number of rows this query may return.
|
SqlQuery |
SqlQueryImpl.limit(int offset,
int rowsCount) |
SqlQuery |
SqlQuery.limit(int offset,
int rowsCount)
Set first record offset and maximum number of rows this query may return.
|
SqlQuery |
SqlQueryImpl.param(String name,
Object value) |
SqlQuery |
SqlQuery.param(String name,
Object value)
Bind a not null value to a named query parameter.
|
SqlQuery |
SessionManagerImpl.SQL(String sql,
Object... parameters) |
SqlQuery |
SessionManager.SQL(String sql,
Object... parameters)
Create a SQL query instance wrapping given query string.
|
Copyright © 2019. All rights reserved.