| Class and Description |
|---|
| com.querydsl.core.util.JavaSyntaxUtils
use the built-in
keyword list instead. |
| 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.sql.AbstractSQLQuery.getResults(Expression<?>...)
Use @{code select(..)} to define the projection and
getResults() to obtain
the result set |
| 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–2016 Querydsl. All rights reserved.