| Package | Description |
|---|---|
| org.hibernate.boot.internal | |
| org.hibernate.cfg.annotations | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.jpa.internal | |
| org.hibernate.procedure | |
| org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ProcedureCallMemento> |
MetadataImpl.buildProcedureCallMementos(SessionFactoryImpl sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
ProcedureCallMemento |
NamedProcedureCallDefinition.toMemento(SessionFactoryImpl sessionFactory,
java.util.Map<java.lang.String,ResultSetMappingDefinition> resultSetMappingDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
ProcedureCallMemento |
NamedQueryRepository.getNamedProcedureCallMemento(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamedQueryRepository.registerNamedProcedureCallMemento(java.lang.String name,
ProcedureCallMemento memento) |
| Constructor and Description |
|---|
NamedQueryRepository(java.lang.Iterable<NamedQueryDefinition> namedQueryDefinitions,
java.lang.Iterable<NamedSQLQueryDefinition> namedSqlQueryDefinitions,
java.lang.Iterable<ResultSetMappingDefinition> namedSqlResultSetMappings,
java.util.Map<java.lang.String,ProcedureCallMemento> namedProcedureCalls) |
NamedQueryRepository(java.util.Map<java.lang.String,NamedQueryDefinition> namedQueryDefinitionMap,
java.util.Map<java.lang.String,NamedSQLQueryDefinition> namedSqlQueryDefinitionMap,
java.util.Map<java.lang.String,ResultSetMappingDefinition> namedSqlResultSetMappingMap,
java.util.Map<java.lang.String,ProcedureCallMemento> namedProcedureCallMap) |
| Constructor and Description |
|---|
StoredProcedureQueryImpl(ProcedureCallMemento memento,
HibernateEntityManagerImplementor entityManager)
This form is used to build a StoredProcedureQueryImpl from a memento (usually from a NamedStoredProcedureQuery).
|
| Modifier and Type | Method and Description |
|---|---|
ProcedureCallMemento |
ProcedureCall.extractMemento(java.util.Map<java.lang.String,java.lang.Object> hints)
Extract the disconnected representation of this call.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcedureCallMementoImpl
Implementation of ProcedureCallMemento
|
| Modifier and Type | Method and Description |
|---|---|
ProcedureCallMemento |
ProcedureCallImpl.extractMemento(java.util.Map<java.lang.String,java.lang.Object> hints) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.