| Package | Description | 
|---|---|
| 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 | 
|---|---|
ProcedureCallMemento | 
NamedProcedureCallDefinition.toMemento(SessionFactoryImpl sessionFactory,
         Map<String,ResultSetMappingDefinition> resultSetMappingDefinitions)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcedureCallMemento | 
NamedQueryRepository.getNamedProcedureCallMemento(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NamedQueryRepository.registerNamedProcedureCallMemento(String name,
                                 ProcedureCallMemento memento)  | 
| Constructor and Description | 
|---|
NamedQueryRepository(Iterable<NamedQueryDefinition> namedQueryDefinitions,
                    Iterable<NamedSQLQueryDefinition> namedSqlQueryDefinitions,
                    Iterable<ResultSetMappingDefinition> namedSqlResultSetMappings,
                    Map<String,ProcedureCallMemento> namedProcedureCalls)  | 
| 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(Map<String,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(Map<String,Object> hints)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.