| Package | Description | 
|---|---|
| org.hibernate.jpa.spi | 
| Modifier and Type | Method and Description | 
|---|---|
<T> QueryImpl<T> | 
HibernateEntityManagerImplementor.createQuery(String jpaqlString,
           Class<T> resultClass,
           Selection selection,
           HibernateEntityManagerImplementor.QueryOptions queryOptions)
Used during "compiling" a JPA criteria query. 
 | 
<T> QueryImpl<T> | 
AbstractEntityManagerImpl.createQuery(String jpaqlString,
           Class<T> resultClass,
           Selection selection,
           HibernateEntityManagerImplementor.QueryOptions queryOptions)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.