| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.command |
Provides classes and interfaces to execute SQL statements.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
default <RESULT> FunctionCommand<RESULT> |
CommandImplementors.createFunctionCommand(java.lang.reflect.Method method,
FunctionQuery<RESULT> query)
Creates a
FunctionCommand object. |
| Constructor and Description |
|---|
FunctionCommand(FunctionQuery<RESULT> query) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoFunctionQuery<RESULT> |