Uses of Class
io.quarkus.hibernate.orm.runtime.recording.RecordedConfig
Packages that use RecordedConfig
Package
Description
-
Uses of RecordedConfig in io.quarkus.hibernate.orm.runtime
Methods in io.quarkus.hibernate.orm.runtime that return RecordedConfigConstructors in io.quarkus.hibernate.orm.runtime with parameters of type RecordedConfig -
Uses of RecordedConfig in io.quarkus.hibernate.orm.runtime.boot
Methods in io.quarkus.hibernate.orm.runtime.boot that return RecordedConfigConstructors in io.quarkus.hibernate.orm.runtime.boot with parameters of type RecordedConfigModifierConstructorDescriptionQuarkusPersistenceUnitDefinition(QuarkusPersistenceUnitDescriptor persistenceUnitDescriptor, RecordedConfig config, List<RecordableXmlMapping> xmlMappings, boolean reactive, boolean fromPersistenceXml, boolean hibernateValidatorPresent, Optional<FormatMapperKind> jsonMapperCreator, Optional<FormatMapperKind> xmlMapperCreator, List<HibernateOrmIntegrationStaticDescriptor> integrationStaticDescriptors) -
Uses of RecordedConfig in io.quarkus.hibernate.orm.runtime.service
Constructors in io.quarkus.hibernate.orm.runtime.service with parameters of type RecordedConfigModifierConstructorDescriptionQuarkusRuntimeInitDialectFactoryInitiator(String persistenceUnitName, boolean isFromPersistenceXml, org.hibernate.dialect.Dialect dialect, RecordedConfig recordedConfig, HibernateOrmRuntimeConfigPersistenceUnit runtimePuConfig)