| Modifier and Type | Method and Description |
|---|---|
static DaoInjector.DBType |
DaoInjector.DBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaoInjector.DBType[] |
DaoInjector.DBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DaoAdapterFactory.generate(Class interfaceClass,
DaoInjector.DBType dbType) |
void |
DaoInjector.inject(DaoInjector.DBType dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
Adapter.setDBType(DaoInjector.DBType dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchInsertRequestBuilderAdapter.setDBType(DaoInjector.DBType dbType) |
void |
BatchDeleteRequestBuilderAdapter.setDBType(DaoInjector.DBType dbType) |
void |
BatchUpdateRequestBuilderAdapter.setDBType(DaoInjector.DBType dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteRequestBuilderAdapter.setDBType(DaoInjector.DBType dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertRequestBuilderAdapter.setDBType(DaoInjector.DBType dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRequestBuilderAdapter.setDBType(DaoInjector.DBType dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRequestBuilderAdapter.setDBType(DaoInjector.DBType dbType) |
Copyright © 2018. All rights reserved.