Querydsl 1.2.0 API

Core
com.mysema.query Contains basic Query elements
com.mysema.query.alias Alias functionality
com.mysema.query.annotations Contains annotation for Domain and DTO types
com.mysema.query.codegen Code generations models and serializers
com.mysema.query.dml DML interfaces
com.mysema.query.functions Optional function libraries
com.mysema.query.serialization Contains stubs for Serialization of queries
com.mysema.query.support Various support classes
com.mysema.query.types Contains Querydsl grammar types
com.mysema.query.types.custom Custom types are comparable to operations but contain the serialization templates instead of operator patterns.
com.mysema.query.types.expr Expr encode the base type hierarchy and signatures of Querydsl expressions
com.mysema.query.types.operation Operations represent typed operations with operator and arguments
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access
com.mysema.query.types.query Subquery implementations

 

APT
com.mysema.query.apt APTFactory and related classes
com.mysema.query.apt.hibernate APT Hibernate support
com.mysema.query.apt.jdo APT JDO support
com.mysema.query.apt.jpa APT JPA support

 

Collections
com.mysema.query.collections Query implementations for JavaBean collections
com.mysema.query.collections.dml DML operations for Querydsl Collections
com.mysema.query.collections.impl Implementations of Querydsl query interfaces for JavaBean collections

 

HQL/JPAQL
com.mysema.query.hql Query implementations for HQL and JPAQL
com.mysema.query.hql.hibernate HQL for Hibernate
com.mysema.query.hql.jpa HQL Support classes
com.mysema.query.hql.support HQL for JPA

 

JDOQL
com.mysema.query.jdoql JDOQL support for Querydsl
com.mysema.query.jdoql.dml DML operations support for Querydsl JDOQL

 

SQL
com.mysema.query.sql SQL/JDBC support for Querydsl
com.mysema.query.sql.dml DML operations support for Querydsl SQL
com.mysema.query.sql.oracle Oracle support for Querydsl SQL

 

Other Packages
com.mysema.query.paging  
com.mysema.query.util  
com.mysema.util  

 



Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.