| Package | Description | 
|---|---|
| com.mysema.query.collections | Implementations of Querydsl query interfaces for JavaBean collections | 
| com.mysema.query.dml | DML interfaces | 
| com.mysema.query.jdo.dml | DML operations support for Querydsl JDOQL | 
| com.mysema.query.jpa | Query implementations for HQL and JPAQL | 
| com.mysema.query.jpa.hibernate | JPQL for Hibernate | 
| com.mysema.query.jpa.impl | JPQL for JPA | 
| com.mysema.query.sql.dml | DML operations support | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollUpdateClause<T>CollUpdateClause is an implementation of the UpdateClause interface for Querydsl Collections | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | UpdateClause<C extends UpdateClause<C>>UpdateClause defines a generic extensible interface for Update clauses | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JDOUpdateClauseUpdateClause implementation for JDO | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateClause<?> | JPQLQueryFactory. update(EntityPath<?> path)Create a new UPDATE clause | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HibernateUpdateClauseUpdateClause implementation for Hibernate | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JPAUpdateClauseUpdateClause implementation for JPA | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLUpdateClauseSQLUpdateClause defines a UPDATE clause | 
Copyright © 2007–2015 Querydsl. All rights reserved.