| Package | Description |
|---|---|
| info.archinnov.achilles.internals.dsl.raw | |
| info.archinnov.achilles.internals.runtime |
| Modifier and Type | Method and Description |
|---|---|
NativeQuery |
NativeQuery.withDMLResultsDisplaySize(int DMLResultsDisplaySize)
When DEBUG log is enabled, restrict the Results Display to maximum DMLResultsDisplaySize rows.
|
NativeQuery |
NativeQuery.withLwtResultListener(info.archinnov.achilles.type.lightweighttransaction.LWTResultListener lwtResultListener)
Add a single LWT result listeners.
|
NativeQuery |
NativeQuery.withLwtResultListeners(List<info.archinnov.achilles.type.lightweighttransaction.LWTResultListener> lwtResultListeners)
Add a list of LWT result listeners.
|
NativeQuery |
NativeQuery.withResultSetAsyncListener(java.util.function.Function<ResultSet,ResultSet> resultSetAsyncListener)
Add the given async listener on the
ResultSet object. |
NativeQuery |
NativeQuery.withResultSetAsyncListeners(List<java.util.function.Function<ResultSet,ResultSet>> resultSetAsyncListeners)
Add the given list of async listeners on the
ResultSet object. |
| Modifier and Type | Method and Description |
|---|---|
protected NativeQuery |
AbstractManager.nativeQueryInternal(BoundStatement boundStatement) |
protected NativeQuery |
AbstractManager.nativeQueryInternal(PreparedStatement preparedStatement,
Object... encodedBoundValues) |
protected NativeQuery |
AbstractManager.nativeQueryInternal(RegularStatement regularStatement,
Object... encodedBoundValues) |
Copyright © 2012-2021. All Rights Reserved.