Package | Description |
---|---|
org.hibernate.ejb |
Modifier and Type | Method and Description |
---|---|
<T> TypedQuery<T> |
HibernateEntityManagerImplementor.createQuery(String jpaqlString,
Class<T> resultClass,
Selection selection,
HibernateEntityManagerImplementor.Options options)
Used during "compiling" a JPA criteria query.
|
<T> TypedQuery<T> |
AbstractEntityManagerImpl.createQuery(String jpaqlString,
Class<T> resultClass,
Selection selection,
HibernateEntityManagerImplementor.Options options) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.