| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.procedure | |
| org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
| org.hibernate.procedure.spi | |
| org.hibernate.query | |
| org.hibernate.query.internal | |
| org.hibernate.query.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLQuery<T>
Deprecated.
(since 5.2) use
NativeQuery instead. |
| Modifier and Type | Method and Description |
|---|---|
SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedEntityClass(java.lang.Class entityClass)
Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.
|
SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedEntityName(java.lang.String entityName)
Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.
|
SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedQuerySpace(java.lang.String querySpace)
Adds a query space.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcedureCall
Defines support for executing database stored procedures and functions
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcedureCallImpl<R>
Standard implementation of
ProcedureCall |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcedureCallImplementor<R> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeQuery<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeQueryImpl<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeQueryImplementor<T> |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.