Uses of Class
io.quarkus.hibernate.orm.runtime.boot.QuarkusPersistenceUnitDescriptor
Packages that use QuarkusPersistenceUnitDescriptor
Package
Description
-
Uses of QuarkusPersistenceUnitDescriptor in io.quarkus.hibernate.orm.runtime
Methods in io.quarkus.hibernate.orm.runtime that return types with arguments of type QuarkusPersistenceUnitDescriptorModifier and TypeMethodDescriptionstatic List<QuarkusPersistenceUnitDescriptor> PersistenceUnitsHolder.getPersistenceUnitDescriptors() -
Uses of QuarkusPersistenceUnitDescriptor in io.quarkus.hibernate.orm.runtime.boot
Fields in io.quarkus.hibernate.orm.runtime.boot declared as QuarkusPersistenceUnitDescriptorModifier and TypeFieldDescriptionprotected final QuarkusPersistenceUnitDescriptorFastBootEntityManagerFactoryBuilder.puDescriptorMethods in io.quarkus.hibernate.orm.runtime.boot that return QuarkusPersistenceUnitDescriptorModifier and TypeMethodDescriptionQuarkusPersistenceUnitDefinition.getPersistenceUnitDescriptor()QuarkusPersistenceUnitDescriptor.validateAndReadFrom(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor toClone) Converts a generic PersistenceUnitDescriptor into one of this specific type, and validates that several options that Quarkus does not support are not set.Constructors in io.quarkus.hibernate.orm.runtime.boot with parameters of type QuarkusPersistenceUnitDescriptorModifierConstructorDescriptionFastBootEntityManagerFactoryBuilder(QuarkusPersistenceUnitDescriptor puDescriptor, PrevalidatedQuarkusMetadata metadata, org.hibernate.boot.registry.StandardServiceRegistry standardServiceRegistry, RuntimeSettings runtimeSettings, Object validatorFactory, Object cdiBeanManager, MultiTenancyStrategy multiTenancyStrategy, boolean shouldApplySchemaMigration) QuarkusPersistenceUnitDefinition(QuarkusPersistenceUnitDescriptor persistenceUnitDescriptor, RecordedConfig config, List<RecordableXmlMapping> xmlMappings, boolean fromPersistenceXml, boolean hibernateValidatorPresent, Optional<FormatMapperKind> jsonMapperCreator, Optional<FormatMapperKind> xmlMapperCreator, List<HibernateOrmIntegrationStaticDescriptor> integrationStaticDescriptors) -
Uses of QuarkusPersistenceUnitDescriptor in io.quarkus.hibernate.orm.runtime.dev
Methods in io.quarkus.hibernate.orm.runtime.dev with parameters of type QuarkusPersistenceUnitDescriptorModifier and TypeMethodDescriptionstatic voidHibernateOrmDevIntegrator.mapPersistenceUnit(String pu, QuarkusPersistenceUnitDescriptor descriptor) (package private) voidHibernateOrmDevController.pushPersistenceUnit(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor, QuarkusPersistenceUnitDescriptor descriptor, String persistenceUnitName, org.hibernate.boot.Metadata metadata, org.hibernate.service.ServiceRegistry serviceRegistry, String importFile)