| Class | Description |
|---|---|
| FastBootEntityManagerFactoryBuilder | |
| FastBootMetadataBuilder |
Alternative to EntityManagerFactoryBuilderImpl so to have full control of how MetadataBuilderImplementor
is created, which configuration properties are supportable, custom overrides, etc...
|
| LightPersistenceXmlDescriptor | |
| QuarkusEnvironment |
A lighter alternative to org.hibernate.cfg.Environment: we don't need it to look for certain environment variables,
and don't want it to copy all of
System.getProperties() into the ORM configuration. |
| QuarkusPersistenceUnitDefinition |
This represent the fully specified configuration of a Persistence Unit,
in a format which is compatible with the bytecode recorder.
|
| QuarkusPersistenceUnitDefinition.Serialized |
This includes the state of both the QuarkusPersistenceUnitDefinition
and its more complex field of type LightPersistenceXmlDescriptor
|
| QuarkusPersistenceUnitDefinition.Substitution | |
| RecordableBootstrapFactory |
Copyright © 2021 JBoss by Red Hat. All rights reserved.