| Package | Description | 
|---|---|
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| Modifier and Type | Method and Description | 
|---|---|
| SchemaAndTable | Configuration. getOverride(SchemaAndTable key)Get the schema/table override | 
| SchemaAndTable | RelationalPathBase. getSchemaAndTable() | 
| SchemaAndTable | RelationalPath. getSchemaAndTable()Get the schema and table name | 
| SchemaAndTable | Configuration. registerTableOverride(SchemaAndTable from,
                     SchemaAndTable to)Register a schema specific table override | 
| SchemaAndTable | Configuration. registerTableOverride(String schema,
                     String oldTable,
                     String newSchema,
                     String newTable)Register a schema specific table override | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<SchemaAndTable,SchemaAndTable> | SQLTemplates. getTableOverrides() | 
| Map<SchemaAndTable,SchemaAndTable> | SQLTemplates. getTableOverrides() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SQLTemplates. addTableOverride(SchemaAndTable from,
                SchemaAndTable to) | 
| String | Configuration. getColumnOverride(SchemaAndTable key,
                 String column)Get the column override | 
| SchemaAndTable | Configuration. getOverride(SchemaAndTable key)Get the schema/table override | 
| SchemaAndTable | Configuration. registerTableOverride(SchemaAndTable from,
                     SchemaAndTable to)Register a schema specific table override | 
Copyright © 2007–2015 Querydsl. All rights reserved.