Modifier and Type | Method and Description |
---|---|
TableConfiguration |
BeanOperatorManager.getTableConfiguration(String beanType)
根据表名获取表配置信息
|
TableConfiguration |
Configuration.getTableConfiguration(String beanType) |
TableConfiguration |
BeanOperatorManager.getTableConfiguration(String beanType,
String schema)
根据表名获取表配置信息
|
TableConfiguration |
Configuration.getTableConfiguration(String beanType,
String schema) |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addTableConfiguration(TableConfiguration tableConfiguration) |
Modifier and Type | Method and Description |
---|---|
TableConfiguration |
TableConfigurationContainer.getTableConfiguration(String schema,
String tableName) |
Modifier and Type | Method and Description |
---|---|
void |
TableConfigurationContainer.addTableConfiguration(TableConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTableConfigLoad.addTableConfiguration(TableConfiguration table) |
Modifier and Type | Method and Description |
---|---|
TableConfiguration |
BeanOperatorManagerImpl.getTableConfiguration(String beanType) |
TableConfiguration |
BeanOperatorManagerImpl.getTableConfiguration(String beanType,
String schema) |
Modifier and Type | Method and Description |
---|---|
TableConfiguration |
TinyDBService.getTableConfig(String tableName,
String schema)
从本地获取table的结构信息
|
TableConfiguration |
TinyDBService.getTableConfigByBean(String beanType,
String schema)
从本地获取table的结构信息
|
Modifier and Type | Method and Description |
---|---|
TableConfiguration |
TinyDBServiceImpl.getTableConfig(String tableName,
String schema) |
TableConfiguration |
TinyDBServiceImpl.getTableConfigByBean(String beanType,
String schema) |
Modifier and Type | Method and Description |
---|---|
protected String |
StatementTransformAdapter.getTableName(TableConfiguration table) |
Modifier and Type | Method and Description |
---|---|
static TableConfiguration |
TinyDBUtil.getTableConfig(String tableName,
String schema,
ClassLoader loader) |
static TableConfiguration |
TinyDBUtil.getTableConfigByBean(String beanType,
String schema,
ClassLoader loader) |
Copyright © 2006–2018 TinyGroup. All rights reserved.