Uses of Interface
org.hibernate.procedure.spi.NamedCallableQueryMemento
-
Packages that use NamedCallableQueryMemento Package Description org.hibernate.boot.internal org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.procedure Defines support for executing database stored procedures and functions and accessing their outputs.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.query.internal org.hibernate.query.named Support for named queries -
-
Uses of NamedCallableQueryMemento in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return NamedCallableQueryMemento Modifier and Type Method Description NamedCallableQueryMementoNamedProcedureCallDefinitionImpl. resolve(SessionFactoryImplementor sessionFactory) -
Uses of NamedCallableQueryMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedCallableQueryMemento Modifier and Type Method Description NamedCallableQueryMementoNamedCallableQueryDefinition. resolve(SessionFactoryImplementor factory)NamedCallableQueryMementoNamedProcedureCallDefinition. resolve(SessionFactoryImplementor factory) -
Uses of NamedCallableQueryMemento in org.hibernate.procedure
Methods in org.hibernate.procedure that return NamedCallableQueryMemento Modifier and Type Method Description NamedCallableQueryMementoProcedureCall. toMemento(String name) -
Uses of NamedCallableQueryMemento in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement NamedCallableQueryMemento Modifier and Type Class Description classNamedCallableQueryMementoImplImplementation of NamedCallableQueryMementoMethods in org.hibernate.procedure.internal that return NamedCallableQueryMemento Modifier and Type Method Description NamedCallableQueryMementoProcedureCallImpl. toMemento(String name)Methods in org.hibernate.procedure.internal with parameters of type NamedCallableQueryMemento Modifier and Type Method Description protected voidProcedureCallImpl. applyOptions(NamedCallableQueryMemento memento)Constructors in org.hibernate.procedure.internal with parameters of type NamedCallableQueryMemento Constructor Description ProcedureParameterMetadataImpl(NamedCallableQueryMemento memento, SharedSessionContractImplementor session) -
Uses of NamedCallableQueryMemento in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NamedCallableQueryMemento Modifier and Type Method Description NamedCallableQueryMementoNamedObjectRepositoryImpl. getCallableQueryMemento(String name)Methods in org.hibernate.query.internal with parameters of type NamedCallableQueryMemento Modifier and Type Method Description voidNamedObjectRepositoryImpl. registerCallableQueryMemento(String name, NamedCallableQueryMemento memento)Method parameters in org.hibernate.query.internal with type arguments of type NamedCallableQueryMemento Modifier and Type Method Description voidNamedObjectRepositoryImpl. visitCallableQueryMementos(Consumer<NamedCallableQueryMemento> action) -
Uses of NamedCallableQueryMemento in org.hibernate.query.named
Methods in org.hibernate.query.named that return NamedCallableQueryMemento Modifier and Type Method Description NamedCallableQueryMementoNamedObjectRepository. getCallableQueryMemento(String name)Methods in org.hibernate.query.named with parameters of type NamedCallableQueryMemento Modifier and Type Method Description voidNamedObjectRepository. registerCallableQueryMemento(String name, NamedCallableQueryMemento memento)Method parameters in org.hibernate.query.named with type arguments of type NamedCallableQueryMemento Modifier and Type Method Description voidNamedObjectRepository. visitCallableQueryMementos(Consumer<NamedCallableQueryMemento> action)
-