Package | Description |
---|---|
org.hibernate.ejb |
Modifier and Type | Method and Description |
---|---|
<T> javax.persistence.TypedQuery<T> |
HibernateEntityManagerImplementor.createQuery(String jpaqlString,
Class<T> resultClass,
javax.persistence.criteria.Selection selection,
HibernateEntityManagerImplementor.Options options)
Used during "compiling" a JPA criteria query.
|
<T> javax.persistence.TypedQuery<T> |
AbstractEntityManagerImpl.createQuery(String jpaqlString,
Class<T> resultClass,
javax.persistence.criteria.Selection selection,
HibernateEntityManagerImplementor.Options options) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved