| Modifier and Type | Method and Description |
|---|---|
static SchemaProperties |
SchemaContextHolder.getSchemaProperties(String dataSourceName) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
SchemaContextHolder.addSchemaProperties(SchemaProperties schemaProperties) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaProperties> |
SqlContextProperties.getSchemaProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlContextProperties.addSchemaProperties(SchemaProperties schemaProperties) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDialectParser |
SqlExecutionFactory.chosenDialectParser(SchemaProperties schemaProperties,
Class<?> entityClass,
Collection<Object> param) |
static AbstractDialectParser |
SqlExecutionFactory.chosenDialectParser(SchemaProperties schemaProperties,
Class<?> entityClass,
Collection<Object> param,
WhereCondition whereCondition) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaProperties |
AbstractDialectParser.schemaProperties |
| Constructor and Description |
|---|
AbstractDialectParser(Class<?> entityClass,
SchemaProperties schemaProperties,
WhereCondition whereCondition) |
| Constructor and Description |
|---|
MysqlParser(Class<?> entityClass,
SchemaProperties schemaProperties,
Collection<Object> params,
WhereCondition whereCondition) |
OracleParser(Class<?> entityClass,
SchemaProperties schemaProperties,
Collection<Object> params,
WhereCondition whereCondition) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.