| 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(Class entityClass)
Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.
|
default SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedEntityClass(Class<?>... entityClasses)
Adds one-or-more entities (by class) whose tables should be added as synchronized spaces
|
default SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedEntityName(String... entityNames)
Adds one-or-more entities (by name) whose tables should be added as synchronized spaces
|
SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedEntityName(String entityName)
Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.
|
default SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedQuerySpace(String... querySpaces)
Adds one-or-more synchronized spaces
|
SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedQuerySpace(String querySpace)
Adds a query space.
|
default SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedTable(String... tableExpressions)
Adds one-or-more synchronized table expressions
|
default SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedTable(String tableExpression)
Adds a table expression as 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 | Method and Description |
|---|---|
SynchronizeableQuery<T> |
NativeQueryImpl.addSynchronizedQuerySpace(String... querySpaces) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeQueryImplementor<T> |
Copyright © 2022 JBoss by Red Hat. All rights reserved.