Package | Description |
---|---|
org.hibernate.boot.internal | |
org.hibernate.cfg.annotations | |
org.hibernate.procedure | |
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
org.hibernate.query.spi |
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 |
ProcedureCall.extractMemento()
Extract the disconnected representation of this call.
|
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() |
ProcedureCallMemento |
ProcedureCallImpl.extractMemento(java.util.Map<java.lang.String,java.lang.Object> hints) |
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) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.