Interface | Description |
---|---|
SessionHolder |
Abstraction for different Hibernate Session signatures
|
Class | Description |
---|---|
AbstractHibernateQuery<T,Q extends AbstractHibernateQuery<T,Q>> |
Abstract base class for Hibernate API based implementations of the JPQL interface
|
DefaultSessionHolder |
DefaultSessionHolder is the default implementation of the SessionHolder interface |
HibernateDeleteClause |
DeleteClause implementation for Hibernate
|
HibernateQuery<T> |
HibernateQuery is the default implementation of the JPQLQuery interface for Hibernate |
HibernateQueryFactory |
Factory class for query and DML clause creation
|
HibernateUpdateClause |
UpdateClause implementation for Hibernate
|
HibernateUtil |
HibernateUtil provides static utility methods for Hibernate |
NoSessionHolder |
NoSessionHolder is a session holder for detached HibernateQuery usage |
StatelessSessionHolder |
SessionHolder implementation using StatelessSession
|
Copyright © 2007–2016 Querydsl. All rights reserved.