Uses of Class
io.quarkus.hibernate.orm.runtime.boot.RuntimePersistenceUnitDescriptor
-
Packages that use RuntimePersistenceUnitDescriptor Package Description io.quarkus.hibernate.orm.runtime io.quarkus.hibernate.orm.runtime.boot -
-
Uses of RuntimePersistenceUnitDescriptor in io.quarkus.hibernate.orm.runtime
Methods in io.quarkus.hibernate.orm.runtime that return types with arguments of type RuntimePersistenceUnitDescriptor Modifier and Type Method Description static List<RuntimePersistenceUnitDescriptor>PersistenceUnitsHolder. getPersistenceUnitDescriptors() -
Uses of RuntimePersistenceUnitDescriptor in io.quarkus.hibernate.orm.runtime.boot
Methods in io.quarkus.hibernate.orm.runtime.boot that return RuntimePersistenceUnitDescriptor Modifier and Type Method Description RuntimePersistenceUnitDescriptorQuarkusPersistenceUnitDefinition. getActualHibernateDescriptor()static RuntimePersistenceUnitDescriptorRuntimePersistenceUnitDescriptor. validateAndReadFrom(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor toClone, String configurationName)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 RuntimePersistenceUnitDescriptor Constructor Description QuarkusPersistenceUnitDefinition(RuntimePersistenceUnitDescriptor actualHibernateDescriptor, RecordedConfig config, List<RecordableXmlMapping> xmlMappings, boolean reactive, boolean fromPersistenceXml, List<HibernateOrmIntegrationStaticDescriptor> integrationStaticDescriptors)
-