| Field and Description |
|---|
| com.querydsl.sql.SQLOps.FOR_SHARE_FLAG |
| com.querydsl.sql.SQLOps.FOR_UPDATE_FLAG |
| com.querydsl.sql.SQLOps.NO_WAIT_FLAG |
| Method and Description |
|---|
| com.querydsl.sql.codegen.NamingStrategy.appendSchema(String, String)
Use
NamingStrategy.getPackage(String, SchemaAndTable) instead. |
| com.querydsl.sql.codegen.NamingStrategy.getClassName(String)
Use
NamingStrategy.getClassName(SchemaAndTable) instead. |
| com.querydsl.codegen.EntityType.getUncapSimpleName() |
| com.querydsl.jpa.JPQLTemplates.isEnumInPathSupported() |
| com.querydsl.sql.Union.list() |
| com.querydsl.core.support.SerializerBase.setNormalize(boolean)
normalization happens now at template level
|
| com.querydsl.sql.codegen.MetaDataExporter.setSchemaToPackage(boolean)
This flag will not be necessary in the future because the generated package name
can be controlled in method
NamingStrategy.getPackage(String, SchemaAndTable). |
| Constructor and Description |
|---|
| com.querydsl.sql.SQLTemplates(String, char, boolean) |
Copyright © 2007–2015 Querydsl. All rights reserved.