| Package | Description |
|---|---|
| info.archinnov.achilles.internals.dsl | |
| info.archinnov.achilles.internals.options | |
| info.archinnov.achilles.internals.statements |
| Modifier and Type | Method and Description |
|---|---|
default OperationType |
StatementTypeAware.getOperationType(Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
CassandraOptions.applyOptions(OperationType operationType,
AbstractEntityProperty<?> meta,
Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BoundStatementWrapper(OperationType operationType,
AbstractEntityProperty<?> meta,
BoundStatement bs,
Object[] encodedBoundValues) |
BoundStatementWrapper(OperationType operationType,
AbstractEntityProperty<?> meta,
BoundStatement bs,
Object[] boundValues,
Object[] encodedBoundValues) |
BoundStatementWrapper(OperationType operationType,
AbstractEntityProperty<?> meta,
PreparedStatement ps,
Object[] boundValues,
Object[] encodedBoundValues) |
NativeStatementWrapper(OperationType operationType,
AbstractEntityProperty<?> meta,
BoundStatement boundStatement,
Object[] encodedBoundValues) |
Copyright © 2012-2021. All Rights Reserved.