Package io.quarkus.hibernate.orm.runtime.service
package io.quarkus.hibernate.orm.runtime.service
-
ClassDescriptionReplaces the ClassLoaderService in Hibernate ORM with one which should work in native mode.The initial list of StandardServiceInitiator instances is a constant for Hibernate ORM "classic", but the list needs to be different for Hibernate Reactive.Uses a StandardIdentifierGeneratorFactory, but one that doesn't retrieve generators from CDI.A dialect factory used for runtime init; simply restores the dialect used during static init.A dialect resolver used for runtime init; simply restores the dialect used during static init.Initializes the connection provider during static init.A dialect factory used for static init; the same as Hibernate ORM's default one except it records the dialect so that we can reuse it at runtime init.Copied from org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiatorHere we define the list of standard Service Initiators to be used by Hibernate ORM when running on Quarkus.