| Modifier and Type | Method and Description |
|---|---|
T |
AbstractManagerFactoryBuilder.withStatementsCache(StatementsCache statementsCache)
Define the statements cache object to be used for prepared statements.
|
| Modifier and Type | Method and Description |
|---|---|
StatementsCache |
ConfigurationContext.getStatementsCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationContext.setStatementsCache(StatementsCache statementsCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractViewProperty.prepareStaticStatements(InternalCassandraVersion cassandraVersion,
Session session,
StatementsCache cache) |
void |
AbstractEntityProperty.prepareStaticStatements(InternalCassandraVersion cassandraVersion,
Session session,
StatementsCache cache) |
| Modifier and Type | Field and Description |
|---|---|
StatementsCache |
RuntimeEngine.cache |
| Modifier and Type | Method and Description |
|---|---|
static void |
PreparedStatementGenerator.generateStaticDeleteQueries(Session session,
StatementsCache cache,
AbstractEntityProperty<?> entityProperty) |
static void |
PreparedStatementGenerator.generateStaticInsertQueries(InternalCassandraVersion cassandraVersion,
Session session,
StatementsCache cache,
AbstractEntityProperty<?> entityProperty) |
static void |
PreparedStatementGenerator.generateStaticSelectQuery(Session session,
StatementsCache cache,
AbstractEntityProperty<?> entityProperty) |
Copyright © 2012-2021. All Rights Reserved.