| Package | Description |
|---|---|
| info.archinnov.achilles.internals.dsl.raw | |
| info.archinnov.achilles.internals.runtime |
| Modifier and Type | Method and Description |
|---|---|
TypedQuery<ENTITY> |
TypedQuery.withDMLResultsDisplaySize(int DMLResultsDisplaySize)
When DEBUG log is enabled, restrict the Results Display to maximum DMLResultsDisplaySize rows.
|
TypedQuery<ENTITY> |
TypedQuery.withResultSetAsyncListener(java.util.function.Function<ResultSet,ResultSet> resultSetAsyncListener)
Add the given async listener on the
ResultSet object. |
TypedQuery<ENTITY> |
TypedQuery.withResultSetAsyncListeners(List<java.util.function.Function<ResultSet,ResultSet>> resultSetAsyncListeners)
Add the given list of async listeners on the
ResultSet object. |
TypedQuery<ENTITY> |
TypedQuery.withRowAsyncListener(java.util.function.Function<Row,Row> rowAsyncListener)
Add the given async listener on the
Row object. |
TypedQuery<ENTITY> |
TypedQuery.withRowAsyncListeners(List<java.util.function.Function<Row,Row>> rowAsyncListeners)
Add the given list of async listeners on the
Row object. |
| Modifier and Type | Method and Description |
|---|---|
protected TypedQuery<ENTITY> |
AbstractManager.typedQueryForSelectInternal(BoundStatement boundStatement) |
protected TypedQuery<ENTITY> |
AbstractManager.typedQueryForSelectInternal(PreparedStatement preparedStatement,
Object... encodedBoundValues) |
protected TypedQuery<ENTITY> |
AbstractManager.typedQueryForSelectInternal(RegularStatement regularStatement,
Object... encodedBoundValues) |
Copyright © 2012-2021. All Rights Reserved.