Uses of Interface
io.quarkus.hibernate.orm.runtime.service.InitialInitiatorListProvider
-
Packages that use InitialInitiatorListProvider Package Description io.quarkus.hibernate.orm.runtime.recording io.quarkus.hibernate.orm.runtime.service -
-
Uses of InitialInitiatorListProvider in io.quarkus.hibernate.orm.runtime.recording
Constructors in io.quarkus.hibernate.orm.runtime.recording with parameters of type InitialInitiatorListProvider Constructor Description RecordableBootstrap(org.hibernate.boot.registry.BootstrapServiceRegistry bootstrapServiceRegistry, InitialInitiatorListProvider initialInitiatorsProvider) -
Uses of InitialInitiatorListProvider in io.quarkus.hibernate.orm.runtime.service
Classes in io.quarkus.hibernate.orm.runtime.service that implement InitialInitiatorListProvider Modifier and Type Class Description classStandardHibernateORMInitiatorListProviderHere we define the list of standard Service Initiators to be used by Hibernate ORM when running on Quarkus.
-