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 |
---|---|
Map<String,ProcedureCallMemento> |
MetadataImpl.buildProcedureCallMementos(SessionFactoryImpl sessionFactory) |
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) |
NamedQueryRepository(Map<String,NamedQueryDefinition> namedQueryDefinitionMap,
Map<String,NamedSQLQueryDefinition> namedSqlQueryDefinitionMap,
Map<String,ResultSetMappingDefinition> namedSqlResultSetMappingMap,
Map<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(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 © 2017 JBoss by Red Hat. All rights reserved.