| Package | Description | 
|---|---|
| com.mysema.query.jpa.hibernate | JPQL for Hibernate | 
| com.mysema.query.jpa.hibernate.sql | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultSessionHolderDefaultSessionHolder is the default implementation of the  SessionHolderinterface | 
| class  | NoSessionHolderNoSessionHolder is a session holder for detached HibernateQuery usage | 
| class  | StatelessSessionHolderSessionHolder implementation using StatelessSession | 
| Modifier and Type | Field and Description | 
|---|---|
| static SessionHolder | NoSessionHolder. DEFAULT | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Q | AbstractHibernateQuery. clone(SessionHolder sessionHolder) | 
| protected HibernateQuery | HibernateQuery. clone(SessionHolder sessionHolder) | 
| Constructor and Description | 
|---|
| AbstractHibernateQuery(SessionHolder session,
                      JPQLTemplates patterns,
                      QueryMetadata metadata) | 
| HibernateDeleteClause(SessionHolder session,
                     EntityPath<?> entity,
                     JPQLTemplates templates) | 
| HibernateQuery(SessionHolder session,
              JPQLTemplates templates)Creates a new Session bound query | 
| HibernateQuery(SessionHolder session,
              JPQLTemplates templates,
              QueryMetadata metadata)Creates a new Session bound query | 
| HibernateUpdateClause(SessionHolder session,
                     EntityPath<?> entity,
                     JPQLTemplates templates) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HibernateSQLQuery | HibernateSQLQuery. clone(SessionHolder sessionHolder) | 
| protected abstract Q | AbstractHibernateSQLQuery. clone(SessionHolder session) | 
| Constructor and Description | 
|---|
| AbstractHibernateSQLQuery(SessionHolder session,
                         Configuration conf,
                         QueryMetadata metadata) | 
| HibernateSQLQuery(SessionHolder session,
                 Configuration conf,
                 QueryMetadata metadata) | 
| HibernateSQLQuery(SessionHolder session,
                 SQLTemplates sqlTemplates,
                 QueryMetadata metadata) | 
Copyright © 2007–2015 Querydsl. All rights reserved.