| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.persist |
Persistence Implementation
|
| Modifier and Type | Method and Description |
|---|---|
BindParams.Param |
BindParams.Param.copy()
Create a deep copy of the Param.
|
BindParams.Param |
BindParams.getParameter(int position)
Return the Parameter for a given position.
|
BindParams.Param |
BindParams.getParameter(String name)
Return the named parameter.
|
BindParams.Param |
BindParams.setEncryptionKey(String name,
Object value)
Set an encryption key as a bind value.
|
BindParams.Param |
BindParams.setParameter(String name,
Object value)
Set a named In parameter that is not null.
|
| Modifier and Type | Method and Description |
|---|---|
List<BindParams.Param> |
BindParams.OrderedList.list()
Returns the ordered list of bind parameters.
|
List<BindParams.Param> |
BindParams.positionedParameters()
Return the values of ordered parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindParams.OrderedList.add(BindParams.Param param)
Add a parameter in the correct binding order.
|
| Constructor and Description |
|---|
BindParams.OrderedList(List<BindParams.Param> paramList) |
| Modifier and Type | Method and Description |
|---|---|
void |
Binder.bind(List<BindParams.Param> list,
DataBind dataBind,
StringBuilder bindLog)
Bind the list of parameters..
|
Copyright © 2014. All Rights Reserved.