| Package | Description |
|---|---|
| com.litongjava.db.activerecord | |
| com.litongjava.db.c3p0 | |
| com.litongjava.db.druid | |
| com.litongjava.db.hikaricp |
| Modifier and Type | Field and Description |
|---|---|
protected IDataSourceProvider |
ActiveRecordPlugin.dataSourceProvider |
| Modifier and Type | Field and Description |
|---|---|
protected List<IDataSourceProvider> |
ReplicaActiveRecordPlugin.dataSourceProviders |
| Constructor and Description |
|---|
ActiveRecordPlugin(IDataSourceProvider dataSourceProvider) |
ActiveRecordPlugin(IDataSourceProvider dataSourceProvider,
int transactionLevel) |
ActiveRecordPlugin(String configName,
IDataSourceProvider dataSourceProvider) |
ActiveRecordPlugin(String configName,
IDataSourceProvider dataSourceProvider,
int transactionLevel) |
ReplicaActiveRecordPlugin(IDataSourceProvider dataSourceProvider) |
ReplicaActiveRecordPlugin(IDataSourceProvider dataSourceProvider,
int transactionLevel) |
ReplicaActiveRecordPlugin(String configName,
IDataSourceProvider dataSourceProvider) |
ReplicaActiveRecordPlugin(String configName,
IDataSourceProvider dataSourceProvider,
int transactionLevel) |
| Constructor and Description |
|---|
ReplicaActiveRecordPlugin(String configName,
List<IDataSourceProvider> dataSourceProviders,
int transactionLevel) |
| Modifier and Type | Class and Description |
|---|---|
class |
C3p0Plugin
The c3p0 datasource plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DruidPlugin
DruidPlugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HikariCpPlugin
Fast, simple, reliable.
|
Copyright © 2025. All rights reserved.