Uses of Interface
org.hibernate.procedure.spi.NamedCallableQueryMemento
Packages that use NamedCallableQueryMemento
Package
Description
Support for handling named queries during the bootstrap process.
Defines an SPI for calling stored procedures and functions.
Support for named queries
-
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.spi
Methods in org.hibernate.procedure.spi that return NamedCallableQueryMementoModifier and TypeMethodDescription -
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)