| Package | Description |
|---|---|
| io.quarkus.hibernate.orm.deployment | |
| io.quarkus.hibernate.orm.deployment.metrics |
| Class and Description |
|---|
| AdditionalJpaModelBuildItem
Additional Jpa model class that we need to index
|
| HibernateOrmConfig |
| HibernateOrmConfig.HibernateOrmConfigLog |
| HibernateOrmConfigPersistenceUnit |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitCache |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitCacheExpiration |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitCacheMemory |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabase |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDialect |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitQuery |
| HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitQuery.NullOrdering |
| 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.
|
| 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. |
| ProxyDefinitionsBuildItem
Contains the reference to the class definitions of the proxies
that Hibernate ORM might require at runtime.
|
| Class and Description |
|---|
| HibernateOrmConfig |
| PersistenceProviderSetUpBuildItem
Indicates that the Hibernate ORM persistence units have been started.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.