Package io.quarkus.hibernate.orm.deployment
package io.quarkus.hibernate.orm.deployment
-
ClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.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 HibernateDiscriminator configuration.Mapping-related configuration.Supplier that can be used to only run build steps if the Hibernate ORM extension is enabled.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 classesQuarkus 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 OracleDialectIndicates 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.Configuration specific to the Hibernate ORM SQLServerDialect
AdditionalJpaModelBuildIteminstead.