|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Templates | |
---|---|
com.mysema.query.collections | Implementations of Querydsl query interfaces for JavaBean collections |
com.mysema.query.jdo | JDOQL support for Querydsl |
com.mysema.query.jpa | Query implementations for HQL and JPAQL |
com.mysema.query.sql | SQL/JDBC support for Querydsl |
com.mysema.query.support | Various support classes |
com.mysema.query.types | Contains Querydsl grammar types |
Uses of Templates in com.mysema.query.collections |
---|
Subclasses of Templates in com.mysema.query.collections | |
---|---|
class |
ColQueryTemplates
ColQueryTemplates extends JavaTemplates to add Java syntax specific operation templates. |
class |
JodaTimeTemplates
Custom templates which support the Joda Time API instead of the JDK Date API |
Uses of Templates in com.mysema.query.jdo |
---|
Subclasses of Templates in com.mysema.query.jdo | |
---|---|
class |
JDOQLTemplates
JDOQLTemplates provides patterns for JDOQL serialization |
Uses of Templates in com.mysema.query.jpa |
---|
Subclasses of Templates in com.mysema.query.jpa | |
---|---|
class |
EclipseLinkTemplates
NOTE : this is under construction |
class |
HQLTemplates
HQLTemplates extends JPQLTemplates with Hibernate specific extensions |
class |
JPQLTemplates
JPQLTemplates extends Templates to provide operator patterns for JPQL serialization |
class |
OpenJPATemplates
JPQLTemplates subclass for OpenJPA specific serialization |
Uses of Templates in com.mysema.query.sql |
---|
Subclasses of Templates in com.mysema.query.sql | |
---|---|
class |
CUBRIDTemplates
|
class |
DerbyTemplates
DerbyTemplates is an SQL dialect for Derby |
class |
H2Templates
H2Templates is an SQL dialect for H2 |
class |
HSQLDBTemplates
HSQLDBTemplates is an SQL dialect for HSQLDB |
class |
MySQLTemplates
MySQLTemplates is an SQL dialect for MySQL tested with MySQL CE 5.1 |
class |
OracleTemplates
OracleTemplates is an SQL dialect for Oracle tested with Oracle 10g XE |
class |
PostgresTemplates
PostgresTemplates is an SQL dialect for PostgreSQL tested with PostgreSQL 8.4 |
class |
SQLiteTemplates
|
class |
SQLServerTemplates
SQLServerTemplates is an SQL dialect for Microsoft SQL Server tested with MS SQL Server 2008 Express |
class |
SQLTemplates
SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL |
Uses of Templates in com.mysema.query.support |
---|
Fields in com.mysema.query.support declared as Templates | |
---|---|
static Templates |
ListAccessVisitor.TEMPLATE
|
static Templates |
CollectionAnyVisitor.TEMPLATES
|
Constructors in com.mysema.query.support with parameters of type Templates | |
---|---|
SerializerBase(Templates templates)
|
|
SerializerBase(Templates templates,
boolean dry)
|
Uses of Templates in com.mysema.query.types |
---|
Subclasses of Templates in com.mysema.query.types | |
---|---|
class |
JavaTemplates
JavaTemplates extends Templates to provide Java syntax compliant serialization of Querydsl expressions |
Fields in com.mysema.query.types declared as Templates | |
---|---|
static Templates |
Templates.DEFAULT
|
Methods in com.mysema.query.types with parameters of type Templates | |
---|---|
String |
ToStringVisitor.visit(Constant<?> e,
Templates templates)
|
String |
ToStringVisitor.visit(FactoryExpression<?> e,
Templates templates)
|
String |
ToStringVisitor.visit(Operation<?> o,
Templates templates)
|
String |
ToStringVisitor.visit(ParamExpression<?> param,
Templates templates)
|
String |
ToStringVisitor.visit(Path<?> p,
Templates templates)
|
String |
ToStringVisitor.visit(SubQueryExpression<?> expr,
Templates templates)
|
String |
ToStringVisitor.visit(TemplateExpression<?> expr,
Templates templates)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |