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.
|
SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedEntityName(String entityName)
Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.
|
SynchronizeableQuery<T> |
SynchronizeableQuery.addSynchronizedQuerySpace(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 © 2019 JBoss by Red Hat. All rights reserved.