| 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 |
Copyright © 2020 JBoss by Red Hat. All rights reserved.