Package | Description |
---|---|
com.querydsl.sql |
SQL/JDBC support
|
com.querydsl.sql.codegen |
JDBC schema inspection based code generation
|
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
|
Modifier and Type | Method and Description |
---|---|
protected EntityType |
MetaDataExporter.createEntityType(SchemaAndTable schemaAndTable,
String className) |
String |
NamingStrategy.getClassName(SchemaAndTable schemaAndTable)
Convert the given schema and table name to a simple class name.
|
String |
AbstractNamingStrategy.getClassName(SchemaAndTable schemaAndTable) |
String |
NamingStrategy.getPackage(String basePackage,
SchemaAndTable schemaAndTable)
Returns the package where the class of the table will be generated.
|
String |
AbstractNamingStrategy.getPackage(String basePackage,
SchemaAndTable schemaAndTable) |
boolean |
NamingStrategy.shouldGenerateClass(SchemaAndTable schemaAndTable)
Returns
true if the class generation of the table is required, otherwise
false . |
boolean |
AbstractNamingStrategy.shouldGenerateClass(SchemaAndTable schemaAndTable) |
boolean |
NamingStrategy.shouldGenerateForeignKey(SchemaAndTable schemaAndTable,
ForeignKeyData foreignKeyData)
Returns
true if the foreign key reference should be generated in the table,
otherwise false . |
boolean |
AbstractNamingStrategy.shouldGenerateForeignKey(SchemaAndTable schemaAndTable,
ForeignKeyData foreignKeyData) |
Copyright © 2007–2016 Querydsl. All rights reserved.