Uses of Interface
org.hibernate.procedure.spi.NamedCallableQueryMemento
-
Packages that use NamedCallableQueryMemento Package Description org.hibernate.boot.query org.hibernate.procedure org.hibernate.query.named Support for named queries -
-
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.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)
-