Class QuarkusPersistenceUnitDefinition
java.lang.Object
io.quarkus.hibernate.orm.runtime.boot.QuarkusPersistenceUnitDefinition
This represents the fully specified configuration of a Persistence Unit,
in a format which is compatible with the bytecode recorder.
-
Constructor Summary
ConstructorsConstructorDescriptionQuarkusPersistenceUnitDefinition
(QuarkusPersistenceUnitDescriptor persistenceUnitDescriptor, RecordedConfig config, List<RecordableXmlMapping> xmlMappings, boolean fromPersistenceXml, boolean hibernateValidatorPresent, Optional<FormatMapperKind> jsonMapperCreator, Optional<FormatMapperKind> xmlMapperCreator, List<HibernateOrmIntegrationStaticDescriptor> integrationStaticDescriptors) -
Method Summary
-
Constructor Details
-
QuarkusPersistenceUnitDefinition
public QuarkusPersistenceUnitDefinition(QuarkusPersistenceUnitDescriptor persistenceUnitDescriptor, RecordedConfig config, List<RecordableXmlMapping> xmlMappings, boolean fromPersistenceXml, boolean hibernateValidatorPresent, Optional<FormatMapperKind> jsonMapperCreator, Optional<FormatMapperKind> xmlMapperCreator, List<HibernateOrmIntegrationStaticDescriptor> integrationStaticDescriptors)
-
-
Method Details
-
getPersistenceUnitDescriptor
-
getName
-
getConfig
-
getXmlMappings
-
isReactive
public boolean isReactive() -
isFromPersistenceXml
public boolean isFromPersistenceXml() -
isHibernateValidatorPresent
public boolean isHibernateValidatorPresent() -
getJsonMapperCreator
-
getXmlMapperCreator
-
getIntegrationStaticDescriptors
-