All Classes and Interfaces

Class
Description
Deprecated.
 
Activates the native-image features included in the module org.hibernate:hibernate-graalvm.
 
Used to transform bytecode by registering to io.quarkus.deployment.ProcessorContext#addByteCodeTransformer(java.util.function.Function).
Processor that sets up log filters for Hibernate
 
 
 
 
 
 
 
 
 
 
 
 
 
Discriminator configuration.
 
 
Mapping-related configuration.
 
 
 
 
 
 
 
 
 
 
 
 
 
Supplier that can be used to only run build steps if the Hibernate ORM extension is enabled.
 
 
Produce metrics for Hibernate ORM Avoid hard dependencies in main processor
Simulacrum of JPA bootstrap.
 
 
 
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
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.
Scan the Jandex index to find JPA entities (and embeddables supporting entity models).
Internal model to represent which objects are likely needing enhancement via HibernateEntityEnhancer.
Provides the Jandex index of the application, combined with the index of additional JPA components that might have been generated.
Provides configuration specific to a persistence unit and necessary to build the JPA model.
Internal model to hold the mapping linking a JPA entity to its corresponding persistence units.
Indicates that the Hibernate ORM persistence units have been started.
Not to be confused with PersistenceXmlDescriptorBuildItem, which holds items of the same type.
Provides instances of , the raw representation of a persistence.xml file as it is after being located and parsed.
Makes it slightly more readable to interact with the Hibernate ByteBuddyProxyHelper, while improving resource handling.
Custom implementation of a ClassFileLocator which will load resources from the context classloader which is set at the time of the locate() operation is being performed.
 
A parser for orm.xml mapping files.
Similar to Hibernate ORM's PersistenceXmlParser to adapt it to specific needs in Quarkus.