Uses of Class
io.quarkus.hibernate.orm.runtime.recording.RecordedConfig
-
Packages that use RecordedConfig Package Description io.quarkus.hibernate.orm.runtime io.quarkus.hibernate.orm.runtime.boot io.quarkus.hibernate.orm.runtime.service -
-
Uses of RecordedConfig in io.quarkus.hibernate.orm.runtime
Methods in io.quarkus.hibernate.orm.runtime that return RecordedConfig Modifier and Type Method Description RecordedConfigBuildTimeSettings. getSource()Constructors in io.quarkus.hibernate.orm.runtime with parameters of type RecordedConfig Constructor Description BuildTimeSettings(RecordedConfig source, Map<String,Object> quarkusConfigSettings, Map<String,String> databaseOrmCompatibilitySettings, Map<String,Object> allSettings) -
Uses of RecordedConfig in io.quarkus.hibernate.orm.runtime.boot
Methods in io.quarkus.hibernate.orm.runtime.boot that return RecordedConfig Modifier and Type Method Description RecordedConfigQuarkusPersistenceUnitDefinition. getConfig()Constructors in io.quarkus.hibernate.orm.runtime.boot with parameters of type RecordedConfig Constructor Description QuarkusPersistenceUnitDefinition(RuntimePersistenceUnitDescriptor actualHibernateDescriptor, RecordedConfig config, List<RecordableXmlMapping> xmlMappings, boolean reactive, boolean fromPersistenceXml, List<HibernateOrmIntegrationStaticDescriptor> integrationStaticDescriptors)QuarkusPersistenceUnitDefinition(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor persistenceUnitDescriptor, String configurationName, RecordedConfig config, List<RecordableXmlMapping> xmlMappings, boolean isReactive, boolean fromPersistenceXml, 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 RecordedConfig Constructor Description QuarkusRuntimeInitDialectFactoryInitiator(String persistenceUnitName, org.hibernate.dialect.Dialect dialect, RecordedConfig recordedConfig)
-