Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.query.spi |
Modifier and Type | Method and Description |
---|---|
QueryPlanCache |
SessionFactoryImplementor.getQueryPlanCache()
Deprecated.
(since 5.2) it will be replaced with the new QueryEngine concept introduced in 6.0
|
QueryPlanCache |
SessionFactoryDelegatingImpl.getQueryPlanCache() |
Modifier and Type | Method and Description |
---|---|
QueryPlanCache |
SessionFactoryImpl.getQueryPlanCache() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,HibernateException> |
NamedQueryRepository.checkNamedQueries(QueryPlanCache queryPlanCache) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.