| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.persist |
Persistence Implementation
|
| com.avaje.ebeaninternal.server.querydefn | |
| com.avaje.ebeaninternal.server.util |
Server side Utility objects
|
| Modifier and Type | Method and Description |
|---|---|
BindParams |
BindParams.copy()
Return a deep copy of the BindParams.
|
BindParams |
SpiCallableSql.getBindParams() |
BindParams |
SpiSqlUpdate.getBindParams() |
BindParams |
SpiUpdate.getBindParams()
Return the bind parameters.
|
BindParams |
SpiQuery.getBindParams()
Return the bind parameters.
|
BindParams |
SpiSqlQuery.getBindParams()
Return the named or positioned parameters.
|
| Modifier and Type | Method and Description |
|---|---|
BindParams |
DefaultSqlUpdate.getBindParams()
Return the bind parameters.
|
BindParams |
DefaultCallableSql.getBindParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistRequestCallableSql.setBound(BindParams bindParam,
CallableStatement cstmt)
These need to be set for use with Non-batch execution.
|
| Constructor and Description |
|---|
DefaultSqlUpdate(EbeanServer server,
String sql,
BindParams bindParams)
Create with server sql and bindParams object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Binder.bind(BindParams bindParams,
DataBind dataBind)
Bind the list of positionedParameters in BindParams.
|
void |
Binder.bind(BindParams bindParams,
DataBind dataBind,
StringBuilder bindLog)
Bind the list of positionedParameters in BindParams.
|
| Modifier and Type | Method and Description |
|---|---|
BindParams |
DefaultRelationalQuery.getBindParams() |
BindParams |
DefaultOrmUpdate.getBindParams()
Return the bind parameters.
|
BindParams |
DefaultOrmQuery.getBindParams() |
| Modifier and Type | Method and Description |
|---|---|
static String |
BindParamsParser.parse(BindParams params,
String sql) |
static String |
BindParamsParser.parse(BindParams params,
String sql,
BeanDescriptor<?> beanDescriptor) |
static BindParams.OrderedList |
BindParamsParser.parseNamedParams(BindParams params,
String sql) |
Copyright © 2014. All Rights Reserved.