Interface | Description |
---|---|
InitialInitiatorListProvider |
The initial list of StandardServiceInitiator instances is a constant
for Hibernate ORM "classic", but the list needs to be different for
Hibernate Reactive.
|
Class | Description |
---|---|
CfgXmlAccessServiceInitiatorQuarkus | |
DialectFactoryInitiator |
Copied from
org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiator
|
DisabledJMXInitiator |
Replacement implementation of org.hibernate.jmx.internal.JmxServiceInitiator
MBeans are currently too troublesome in GraalVM, so enforce disabling its
usage.
|
FlatClassLoaderService |
Replaces the ClassLoaderService in Hibernate ORM with one which should work in native mode.
|
QuarkusJdbcEnvironmentInitiator | |
QuarkusMutableIdentifierGeneratorFactory |
Wraps the default DefaultIdentifierGeneratorFactory so to make sure we store the Class references
of any IdentifierGenerator which is accessed during the build of the Metadata.
|
QuarkusMutableIdentifierGeneratorFactoryInitiator |
Needs to mimick MutableIdentifierGeneratorFactoryInitiator, but allows us to capture
which Identifier strategies are being used, so that we can keep a reference to the classed
needed at runtime.
|
QuarkusRegionFactoryInitiator | |
StandardHibernateORMInitiatorListProvider |
Here we define the list of standard Service Initiators to be used by
Hibernate ORM when running on Quarkus.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.