Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.jpa.criteria.compile | |
org.hibernate.jpa.internal | |
org.hibernate.jpa.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
HibernateEntityManagerImplementor
Deprecated.
Use
HibernateEntityManagerImplementor instead. |
Constructor and Description |
---|
AbstractQueryImpl(HibernateEntityManagerImplementor entityManager)
Deprecated.
|
BaseQueryImpl(HibernateEntityManagerImplementor entityManager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Query |
CriteriaInterpretation.buildCompiledQuery(HibernateEntityManagerImplementor entityManager,
InterpretedParameterMetadata interpretedParameterMetadata)
Generate a
Query instance given the interpreted criteria compiled against the
passed EntityManager. |
Constructor and Description |
---|
CriteriaCompiler(HibernateEntityManagerImplementor entityManager) |
CriteriaQueryTypeQueryAdapter(HibernateEntityManagerImplementor entityManager,
QueryImpl<X> jpqlQuery,
Map<ParameterExpression<?>,ExplicitParameterInfo<?>> explicitParameterInfoMap) |
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerImpl
Hibernate implementation of
EntityManager . |
Constructor and Description |
---|
StoredProcedureQueryImpl(ProcedureCall procedureCall,
HibernateEntityManagerImplementor entityManager) |
StoredProcedureQueryImpl(ProcedureCallMemento memento,
HibernateEntityManagerImplementor entityManager)
This form is used to build a StoredProcedureQueryImpl from a memento (usually from a NamedStoredProcedureQuery).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityManagerImpl |
Modifier and Type | Method and Description |
---|---|
protected HibernateEntityManagerImplementor |
BaseQueryImpl.entityManager() |
protected HibernateEntityManagerImplementor |
AbstractQueryImpl.getEntityManager() |
Constructor and Description |
---|
AbstractQueryImpl(HibernateEntityManagerImplementor entityManager) |
BaseQueryImpl(HibernateEntityManagerImplementor entityManager) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.