Uses of Interface
org.hibernate.procedure.spi.NamedCallableQueryMemento
Packages that use NamedCallableQueryMemento
Package
Description
Support for handling named queries during the bootstrap process.
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
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.internal
Classes in org.hibernate.procedure.internal that implement NamedCallableQueryMementoModifier and TypeClassDescriptionclass
Implementation of NamedCallableQueryMementoMethods in org.hibernate.procedure.internal that return NamedCallableQueryMementoModifier and TypeMethodDescriptionConstructors in org.hibernate.procedure.internal with parameters of type NamedCallableQueryMementoModifierConstructorDescriptionProcedureParameterMetadataImpl
(NamedCallableQueryMemento memento, SharedSessionContractImplementor session) -
Uses of NamedCallableQueryMemento in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return NamedCallableQueryMementoModifier and TypeMethodDescription -
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)