Uses of Interface
io.quarkus.hibernate.orm.runtime.QuarkusPersistenceUnitProviderHelper
Packages that use QuarkusPersistenceUnitProviderHelper
-
Uses of QuarkusPersistenceUnitProviderHelper in io.quarkus.hibernate.orm.runtime
Classes in io.quarkus.hibernate.orm.runtime that implement QuarkusPersistenceUnitProviderHelper -
Uses of QuarkusPersistenceUnitProviderHelper in io.quarkus.hibernate.orm.runtime.boot
Methods in io.quarkus.hibernate.orm.runtime.boot that return QuarkusPersistenceUnitProviderHelperConstructors in io.quarkus.hibernate.orm.runtime.boot with parameters of type QuarkusPersistenceUnitProviderHelperModifierConstructorDescriptionQuarkusPersistenceUnitDescriptor(String name, QuarkusPersistenceUnitProviderHelper providerHelper, jakarta.persistence.PersistenceUnitTransactionType persistenceUnitTransactionType, List<String> managedClassNames, Properties properties, boolean reactive) QuarkusPersistenceUnitDescriptor(String name, QuarkusPersistenceUnitProviderHelper providerHelper, String providerClassName, boolean useQuotedIdentifiers, jakarta.persistence.PersistenceUnitTransactionType persistenceUnitTransactionType, jakarta.persistence.ValidationMode validationMode, jakarta.persistence.SharedCacheMode sharedCacheMode, List<String> managedClassNames, Properties properties, boolean reactive) Deprecated.Do not use directly: this should be considered an internal constructor, as we're trusting all parameters.