All Classes and Interfaces

Class
Description
Deprecated, for removal: This API element is subject to removal in a future version.
Use AdditionalJpaModelBuildItem instead.
 
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.
 
A set of utilities method to collect the common operations needed to configure the Hibernate ORM and Hibernate Reactive extensions.
Supplier that can be used to only run build steps if Hibernate Spatial is available in the classpath.
 
 
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.
 
Configuration specific to the Hibernate ORM MySQLDialect, though may also affect other dialects such as MariaDBDialect.
Configuration specific to the Hibernate ORM OracleDialect
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.
 
Configuration specific to the Hibernate ORM SQLServerDialect