Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.procedure | |
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SQLQuery
Represents a "native sql" query.
|
Modifier and Type | Method and Description |
---|---|
SynchronizeableQuery |
SynchronizeableQuery.addSynchronizedEntityClass(Class entityClass)
Adds an entity for (a) auto-flush checking and (b) query result cache invalidation checking.
|
SynchronizeableQuery |
SynchronizeableQuery.addSynchronizedEntityName(String entityName)
Adds an entity name for (a) auto-flush checking and (b) query result cache invalidation checking.
|
SynchronizeableQuery |
SynchronizeableQuery.addSynchronizedQuerySpace(String querySpace)
Adds a query space.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLQueryImpl
Implementation of the
SQLQuery contract. |
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
Standard implementation of
ProcedureCall |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.