Uses of Interface
org.hibernate.procedure.spi.NamedCallableQueryMemento
Packages that use NamedCallableQueryMemento
Package
Description
Support for handling named queries during the bootstrap process.
Defines support for executing database stored procedures and functions and accessing their outputs.
Defines the internal implementation of the stored procedure SPI.
Support for named queries
-
Uses of NamedCallableQueryMemento in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return NamedCallableQueryMementoModifier and TypeMethodDescriptionNamedProcedureCallDefinitionImpl.resolve
(SessionFactoryImplementor sessionFactory) -
Uses of NamedCallableQueryMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedCallableQueryMementoModifier and TypeMethodDescriptionNamedProcedureCallDefinition.resolve
(SessionFactoryImplementor factory) -
Uses of NamedCallableQueryMemento in org.hibernate.procedure
Methods in org.hibernate.procedure that return NamedCallableQueryMemento -
Uses of NamedCallableQueryMemento in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement NamedCallableQueryMementoModifier and TypeClassDescriptionclass
Implementation of NamedCallableQueryMementoMethods in org.hibernate.procedure.internal that return NamedCallableQueryMementoModifier and TypeMethodDescriptionMethods in org.hibernate.procedure.internal with parameters of type NamedCallableQueryMementoModifier and TypeMethodDescriptionprotected void
ProcedureCallImpl.applyOptions
(NamedCallableQueryMemento memento) Constructors in org.hibernate.procedure.internal with parameters of type NamedCallableQueryMementoModifierConstructorDescriptionProcedureParameterMetadataImpl
(NamedCallableQueryMemento memento, SharedSessionContractImplementor session) -
Uses of NamedCallableQueryMemento in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NamedCallableQueryMementoMethods in org.hibernate.query.internal with parameters of type NamedCallableQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepositoryImpl.registerCallableQueryMemento
(String name, NamedCallableQueryMemento memento) Method parameters in org.hibernate.query.internal with type arguments of type NamedCallableQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepositoryImpl.visitCallableQueryMementos
(Consumer<NamedCallableQueryMemento> action) -
Uses of NamedCallableQueryMemento in org.hibernate.query.named
Methods in org.hibernate.query.named that return NamedCallableQueryMementoMethods in org.hibernate.query.named with parameters of type NamedCallableQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepository.registerCallableQueryMemento
(String name, NamedCallableQueryMemento memento) Method parameters in org.hibernate.query.named with type arguments of type NamedCallableQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepository.visitCallableQueryMementos
(Consumer<NamedCallableQueryMemento> action)