public interface TestQueryInterceptorI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
java.util.List |
executeQuery(Transaction tx,
java.lang.String query,
java.lang.Object[] params)
This method will be called, if the TestBOLoader was asked to intercept the query returned by getQuery().
|
static final java.lang.String $0
java.util.List executeQuery(Transaction tx, java.lang.String query, java.lang.Object[] params)
tx
- a Transaction to allow the use of getBOsByAttrs and similar, NotNullquery
- the query this Interceptor should intercept, to remove the need for several interceptors for similar queries, NotNullparams
- the list of parameters to this query, can be null if none were provided, NullableCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.