Uses of Interface
org.hibernate.query.sql.spi.NamedNativeQueryMemento
-
Packages that use NamedNativeQueryMemento Package Description org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.query.named Support for named queriesorg.hibernate.query.sql.spi SPIs for native SQL query support. -
-
Uses of NamedNativeQueryMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedNativeQueryMemento Modifier and Type Method Description NamedNativeQueryMementoNamedNativeQueryDefinition. resolve(SessionFactoryImplementor factory) -
Uses of NamedNativeQueryMemento in org.hibernate.query.named
Methods in org.hibernate.query.named that return NamedNativeQueryMemento Modifier and Type Method Description NamedNativeQueryMementoNamedObjectRepository. getNativeQueryMemento(String queryName)Methods in org.hibernate.query.named with parameters of type NamedNativeQueryMemento Modifier and Type Method Description voidNamedObjectRepository. registerNativeQueryMemento(String name, NamedNativeQueryMemento descriptor)Method parameters in org.hibernate.query.named with type arguments of type NamedNativeQueryMemento Modifier and Type Method Description voidNamedObjectRepository. visitNativeQueryMementos(Consumer<NamedNativeQueryMemento> action) -
Uses of NamedNativeQueryMemento in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return NamedNativeQueryMemento Modifier and Type Method Description NamedNativeQueryMementoNamedNativeQueryMemento.Builder. build(SessionFactoryImplementor sessionFactory)NamedNativeQueryMementoNamedNativeQueryMemento. makeCopy(String name)NamedNativeQueryMementoNativeQueryImplementor. toMemento(String name)
-