Uses of Interface
org.hibernate.procedure.spi.NamedCallableQueryMemento
-
Packages that use NamedCallableQueryMemento Package Description org.hibernate.boot.internal org.hibernate.boot.query org.hibernate.procedure org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.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 NamedCallableQueryMemento
NamedProcedureCallDefinitionImpl. 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 NamedCallableQueryMemento
NamedCallableQueryDefinition. resolve(SessionFactoryImplementor factory)
NamedCallableQueryMemento
NamedProcedureCallDefinition. resolve(SessionFactoryImplementor factory)
-
Uses of NamedCallableQueryMemento in org.hibernate.procedure
Methods in org.hibernate.procedure that return NamedCallableQueryMemento Modifier and Type Method Description NamedCallableQueryMemento
ProcedureCall. 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 class
NamedCallableQueryMementoImpl
Implementation of NamedCallableQueryMementoMethods in org.hibernate.procedure.internal that return NamedCallableQueryMemento Modifier and Type Method Description NamedCallableQueryMemento
ProcedureCallImpl. toMemento(String name)
Methods in org.hibernate.procedure.internal with parameters of type NamedCallableQueryMemento Modifier and Type Method Description protected void
ProcedureCallImpl. 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 NamedCallableQueryMemento
NamedObjectRepositoryImpl. getCallableQueryMemento(String name)
Methods in org.hibernate.query.internal with parameters of type NamedCallableQueryMemento Modifier and Type Method Description void
NamedObjectRepositoryImpl. registerCallableQueryMemento(String name, NamedCallableQueryMemento memento)
Method parameters in org.hibernate.query.internal with type arguments of type NamedCallableQueryMemento Modifier and Type Method Description void
NamedObjectRepositoryImpl. 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 NamedCallableQueryMemento
NamedObjectRepository. getCallableQueryMemento(String name)
Methods in org.hibernate.query.named with parameters of type NamedCallableQueryMemento Modifier and Type Method Description void
NamedObjectRepository. registerCallableQueryMemento(String name, NamedCallableQueryMemento memento)
Method parameters in org.hibernate.query.named with type arguments of type NamedCallableQueryMemento Modifier and Type Method Description void
NamedObjectRepository. visitCallableQueryMementos(Consumer<NamedCallableQueryMemento> action)
-