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?
|
HibernateCacheProcessor$$accessor | |
HibernateEnhancersRegisteredBuildItem |
Purely marker build item so that you can register enhancers after Hibernate
registers its enhancers, which would make your enhancers run before the
Hibernate enhancers
|
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
|
HibernateLogFilterBuildStep$$accessor | |
HibernateOrmConfig | |
HibernateOrmConfig.HibernateOrmConfigDatabase | |
HibernateOrmConfig.HibernateOrmConfigJdbc | |
HibernateOrmConfig.HibernateOrmConfigLog | |
HibernateOrmConfig.HibernateOrmConfigQuery | |
HibernateOrmConfig$$accessor | |
HibernateOrmConfig$HibernateOrmConfigDatabase$$accessor | |
HibernateOrmConfig$HibernateOrmConfigJdbc$$accessor | |
HibernateOrmConfig$HibernateOrmConfigLog$$accessor | |
HibernateOrmConfig$HibernateOrmConfigQuery$$accessor | |
HibernateOrmProcessor |
Simulacrum of JPA bootstrap.
|
HibernateOrmProcessor$$accessor | |
HibernateOrmReflections |
This list of classes which any Hibernate ORM using application should register for reflective access on SubstrateVM.
|
HibernateOrmReflections$$accessor | |
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).
|
NonJpaModelBuildItem |
Model class that JPA should ignore
|
PersistenceUnitDescriptorBuildItem |
Copyright © 2019 JBoss by Red Hat. All rights reserved.