- PACKAGE_ANNOTATIONS - Static variable in class io.quarkus.hibernate.orm.deployment.HibernateOrmAnnotations
-
- packages - Variable in class io.quarkus.hibernate.orm.deployment.HibernateOrmConfigPersistenceUnit
-
The packages in which the entities affected to this persistence unit are located.
- parsePersistenceXmlDescriptors(BuildProducer<PersistenceXmlDescriptorBuildItem>) - Method in class io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor
-
- PersistenceProviderSetUpBuildItem - Class in io.quarkus.hibernate.orm.deployment
-
Indicates that the Hibernate ORM persistence units have been started.
- PersistenceProviderSetUpBuildItem() - Constructor for class io.quarkus.hibernate.orm.deployment.PersistenceProviderSetUpBuildItem
-
- PersistenceUnitDescriptorBuildItem - Class in io.quarkus.hibernate.orm.deployment
-
Not to be confused with PersistenceXmlDescriptorBuildItem, which holds
items of the same type.
- PersistenceUnitDescriptorBuildItem(ParsedPersistenceXmlDescriptor, boolean, boolean) - Constructor for class io.quarkus.hibernate.orm.deployment.PersistenceUnitDescriptorBuildItem
-
- PersistenceUnitDescriptorBuildItem(ParsedPersistenceXmlDescriptor, String, MultiTenancyStrategy, String, boolean, boolean) - Constructor for class io.quarkus.hibernate.orm.deployment.PersistenceUnitDescriptorBuildItem
-
- persistenceUnits - Variable in class io.quarkus.hibernate.orm.deployment.HibernateOrmConfig
-
Additional named persistence units.
- PersistenceXmlDescriptorBuildItem - Class in io.quarkus.hibernate.orm.deployment
-
Provides instances of ParsedPersistenceXmlDescriptor, the raw representation
of a persistence.xml file as it is after being located and parsed.
- PersistenceXmlDescriptorBuildItem(ParsedPersistenceXmlDescriptor) - Constructor for class io.quarkus.hibernate.orm.deployment.PersistenceXmlDescriptorBuildItem
-
- physicalNamingStrategy - Variable in class io.quarkus.hibernate.orm.deployment.HibernateOrmConfigPersistenceUnit
-
Pluggable strategy contract for applying physical naming rules for database object names.
- postBegin() - Method in class io.quarkus.hibernate.orm.deployment.test.HibernateTestTransactionCallback
-
- pregenProxies(JpaEntitiesBuildItem, JpaModelIndexBuildItem, List<PersistenceUnitDescriptorBuildItem>, BuildProducer<GeneratedClassBuildItem>, LiveReloadBuildItem) - Method in class io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor
-
- preRollback() - Method in class io.quarkus.hibernate.orm.deployment.test.HibernateTestTransactionCallback
-
- produceLoggingCategories(HibernateOrmConfig, BuildProducer<LogCategoryBuildItem>) - Method in class io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor
-
- ProxyBuildingHelper - Class in io.quarkus.hibernate.orm.deployment
-
Makes it slightly more readable to interact with the Hibernate
ByteBuddyProxyHelper, while improving resource handling.
- ProxyBuildingHelper(ClassLoader) - Constructor for class io.quarkus.hibernate.orm.deployment.ProxyBuildingHelper
-
- proxyDef - Variable in class io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor.CachedProxy
-
- ProxyDefinitionsBuildItem - Class in io.quarkus.hibernate.orm.deployment
-
Contains the reference to the class definitions of the proxies
that Hibernate ORM might require at runtime.
- ProxyDefinitionsBuildItem(PreGeneratedProxies) - Constructor for class io.quarkus.hibernate.orm.deployment.ProxyDefinitionsBuildItem
-