| Class | Description |
|---|---|
| AdditionalJpaModelBuildItem |
Additional Jpa model class that we need to index
|
| HibernateCacheProcessor |
TODO: is this the correct place for this? Should the cache have its own extension?
|
| HibernateConfigUtil | |
| HibernateEntityEnhancer |
Used to transform bytecode by registering to
io.quarkus.deployment.ProcessorContext#addByteCodeTransformer(java.util.function.Function).
|
| HibernateLogFilterBuildStep |
Processor that sets up log filters for Hibernate
|
| HibernateOrmAnnotations | |
| HibernateOrmCdiProcessor | |
| HibernateOrmConfig | |
| HibernateOrmConfig.HibernateOrmConfigLog | |
| HibernateOrmConfigPersistenceUnit | |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitCache | |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitCacheExpiration | |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitCacheMemory | |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabase | |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDialect | |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch | |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc | |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitLog | |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitQuery | |
| HibernateOrmProcessor |
Simulacrum of JPA bootstrap.
|
| HibernateOrmProcessor.CachedProxy | |
| HibernateUserTypeProcessor | |
| IgnorableNonIndexedClasses |
Indicates Hibernate feature related classes that don't need to be in the Jandex index because they are never used
Various Spring Data JPA support classes are prime examples of such classes
|
| ImpliedBlockingPersistenceUnitTypeBuildItem |
Quarkus attempts to automatically define a persistence unit when the Hibernate ORM
extension is enabled, a default datasource is defined, and there are mapped entities.
|
| JpaEntitiesBuildItem |
Internal model to represent which objects are likely needing enhancement
via HibernateEntityEnhancer.
|
| JpaJandexScavenger |
Scan the Jandex index to find JPA entities (and embeddables supporting entity models).
|
| JpaModelIndexBuildItem |
Provides the Jandex index of the application, combined with the index
of additional JPA components that might have been generated.
|
| JpaModelPersistenceUnitMappingBuildItem |
Internal model to hold the mapping linking a JPA entity to its corresponding persistence units.
|
| NonJpaModelBuildItem |
Model class that JPA should ignore
|
| PersistenceProviderSetUpBuildItem |
Indicates that the Hibernate ORM persistence units have been started.
|
| PersistenceUnitDescriptorBuildItem |
Not to be confused with PersistenceXmlDescriptorBuildItem, which holds
items of the same type.
|
| PersistenceXmlDescriptorBuildItem |
Provides instances of
ParsedPersistenceXmlDescriptor, the raw representation
of a persistence.xml file as it is after being located and parsed. |
| ProxyBuildingHelper |
Makes it slightly more readable to interact with the Hibernate
ByteBuddyProxyHelper, while improving resource handling.
|
| ProxyDefinitionsBuildItem |
Contains the reference to the class definitions of the proxies
that Hibernate ORM might require at runtime.
|
| QuarkusPersistenceXmlParser |
Similar to Hibernate ORM's PersistenceXmlParser to adapt it to
specific needs in Quarkus.
|
| Enum | Description |
|---|---|
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitQuery.NullOrdering |
Copyright © 2021 JBoss by Red Hat. All rights reserved.