Package | Description |
---|---|
com.mysema.query.jpa |
Query implementations for HQL and JPAQL
|
com.mysema.query.jpa.hibernate.sql | |
com.mysema.query.jpa.sql |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLQuery<T extends AbstractSQLQuery<T> & Query>
Abstract super class for SQLQuery implementation for JPA and Hibernate
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateSQLQuery<Q extends AbstractHibernateSQLQuery<Q> & Query>
AbstractHibernateSQLQuery is the base class for Hibernate Native SQL queries
|
class |
HibernateSQLQuery
HibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality
to execute queries
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPASQLQuery<Q extends AbstractJPASQLQuery<Q> & Query>
AbstractJPASQLQuery is the base class for JPA Native SQL queries
|
class |
JPASQLQuery
JPASQLQuery is an SQLQuery implementation that uses JPA Native SQL functionality
to execute queries
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.