Uses of Interface
io.quarkus.hibernate.orm.runtime.HibernateOrmRuntimeConfigPersistenceUnit
Packages that use HibernateOrmRuntimeConfigPersistenceUnit
Package
Description
-
Uses of HibernateOrmRuntimeConfigPersistenceUnit in io.quarkus.hibernate.orm.runtime
Methods in io.quarkus.hibernate.orm.runtime that return types with arguments of type HibernateOrmRuntimeConfigPersistenceUnitModifier and TypeMethodDescription@WithUnnamedKey("<default>") Map<String,
HibernateOrmRuntimeConfigPersistenceUnit> HibernateOrmRuntimeConfig.persistenceUnits()
Configuration for persistence units. -
Uses of HibernateOrmRuntimeConfigPersistenceUnit in io.quarkus.hibernate.orm.runtime.boot.registry
Constructors in io.quarkus.hibernate.orm.runtime.boot.registry with parameters of type HibernateOrmRuntimeConfigPersistenceUnitModifierConstructorDescriptionPreconfiguredServiceRegistryBuilder
(String puName, RecordedState rs, HibernateOrmRuntimeConfigPersistenceUnit puConfig) -
Uses of HibernateOrmRuntimeConfigPersistenceUnit in io.quarkus.hibernate.orm.runtime.service
Constructors in io.quarkus.hibernate.orm.runtime.service with parameters of type HibernateOrmRuntimeConfigPersistenceUnitModifierConstructorDescriptionQuarkusRuntimeInitDialectFactoryInitiator
(String persistenceUnitName, boolean isFromPersistenceXml, org.hibernate.dialect.Dialect dialect, RecordedConfig recordedConfig, HibernateOrmRuntimeConfigPersistenceUnit runtimePuConfig)