R
- record typepublic class SelectAllCustom<R extends ActiveRecord<? super R>> extends ActiveOperation<R,java.util.List<R>>
Table.selectAllCustom(String, Object...)
.Constructor and Description |
---|
SelectAllCustom(ActiveTable<R> activeTable,
java.lang.String customSql,
java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
java.util.List<R> |
operate()
Invoked by
ActiveOperation.execute() to perform the operation. |
attach, attach, close, execute, getOperationDatabase, getTable, isLocalTransaction
public SelectAllCustom(ActiveTable<R> activeTable, java.lang.String customSql, java.lang.Object... parameters)
public java.util.List<R> operate() throws java.lang.Exception
ActiveOperation
ActiveOperation.execute()
to perform the operation. Subclasses must implement.operate
in class ActiveOperation<R extends ActiveRecord<? super R>,java.util.List<R extends ActiveRecord<? super R>>>
java.lang.Exception
- if error