public interface RuntimeConfiguration extends ConnectionProvider
Modifier and Type | Method and Description |
---|---|
int |
getBatchUpdateSize() |
EntityCache |
getCache() |
Mapping |
getMapping() |
EntityModel |
getModel() |
Platform |
getPlatform() |
QueryBuilder.Options |
getQueryBuilderOptions() |
StatementGenerator |
getStatementGenerator() |
StatementListener |
getStatementListener() |
TransactionIsolation |
getTransactionIsolation() |
Set<Supplier<TransactionListener>> |
getTransactionListenerFactories() |
TransactionMode |
getTransactionMode() |
io.requery.sql.TransactionProvider |
getTransactionProvider() |
Executor |
getWriteExecutor() |
boolean |
supportsBatchUpdates() |
getConnection
Mapping getMapping()
EntityModel getModel()
EntityCache getCache()
Platform getPlatform()
StatementGenerator getStatementGenerator()
boolean supportsBatchUpdates()
int getBatchUpdateSize()
StatementListener getStatementListener()
Set<Supplier<TransactionListener>> getTransactionListenerFactories()
TransactionMode getTransactionMode()
TransactionIsolation getTransactionIsolation()
io.requery.sql.TransactionProvider getTransactionProvider()
Executor getWriteExecutor()
QueryBuilder.Options getQueryBuilderOptions()