Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
CollQuerySerializer
CollQuerySerializer is a
Serializer implementation for the Java language |
Modifier and Type | Class and Description |
---|---|
class |
JDOQLSerializer
JDOQLSerializer serializes Querydsl queries and expressions into JDOQL strings
|
Modifier and Type | Class and Description |
---|---|
class |
JPQLSerializer
JPQLSerializer serializes Querydsl expressions into JPQL syntax.
|
class |
NativeSQLSerializer
NativeSQLSerializer extends the SQLSerializer class to extract referenced entity paths and change
some serialization formats
|
Modifier and Type | Class and Description |
---|---|
class |
SQLSerializer
SqlSerializer serializes Querydsl queries into SQL
|
Modifier and Type | Class and Description |
---|---|
class |
SerializerBase<S extends SerializerBase<S>>
SerializerBase is a stub for Serializer implementations which serialize query metadata to Strings
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.