Uses of Class
io.quarkus.hibernate.orm.runtime.boot.QuarkusPersistenceUnitDescriptor
Packages that use QuarkusPersistenceUnitDescriptor
-
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
Methods 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 QuarkusPersistenceUnitDescriptorModifierConstructorDescriptionQuarkusPersistenceUnitDefinition(QuarkusPersistenceUnitDescriptor persistenceUnitDescriptor, RecordedConfig config, List<RecordableXmlMapping> xmlMappings, boolean reactive, boolean fromPersistenceXml, Optional<FormatMapperKind> jsonMapperCreator, Optional<FormatMapperKind> xmlMapperCreator, List<HibernateOrmIntegrationStaticDescriptor> integrationStaticDescriptors)