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 © 2017 JBoss by Red Hat. All rights reserved.