Uses of Class
org.hibernate.QueryException

Packages that use QueryException
Package
Description
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
This package abstracts persistence mechanisms for entities.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Implementation of the SPIs for native SQL query support.
This package defines a semantic model of HQL queries.
Package defining support for SqmFunctionDescriptor handling.
This package contains helper classes for rendering SQL fragments and SQL statements.