| Package | Description |
|---|---|
| at.rseiler.spbee.core.pojo |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSetVariable
Represents a variable of a ResultSet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Variable> |
StoredProcedureMethod.getArguments()
The arguments of the stored procedure method.
|
List<Variable> |
MapperClass.getVariables()
Returns the variables which represent the parameters of the constructor of the mapped class.
|
| Modifier and Type | Method and Description |
|---|---|
StoredProcedureMethod |
StoredProcedureMethod.addArgument(Variable argument)
Adds a variable to the stored procedure method.
|
void |
MapperClass.addVariable(Variable variable)
Adds a variable, which represents a parameter of the constructor of the mapped class.
|
Copyright © 2015. All rights reserved.