Uses of Class
io.quarkus.hibernate.orm.runtime.JPAConfig
-
Packages that use JPAConfig Package Description io.quarkus.hibernate.orm.runtime -
-
Uses of JPAConfig in io.quarkus.hibernate.orm.runtime
Fields in io.quarkus.hibernate.orm.runtime declared as JPAConfig Modifier and Type Field Description (package private) JPAConfigTransactionSessions. jpaConfigMethods in io.quarkus.hibernate.orm.runtime that return types with arguments of type JPAConfig Modifier and Type Method Description Supplier<JPAConfig>HibernateOrmRecorder. jpaConfigSupplier(HibernateOrmRuntimeConfig config)Methods in io.quarkus.hibernate.orm.runtime with parameters of type JPAConfig Modifier and Type Method Description voidJPAConfig.Destroyer. destroy(JPAConfig instance, jakarta.enterprise.context.spi.CreationalContext<JPAConfig> creationalContext, Map<String,Object> params)Method parameters in io.quarkus.hibernate.orm.runtime with type arguments of type JPAConfig Modifier and Type Method Description voidJPAConfig.Destroyer. destroy(JPAConfig instance, jakarta.enterprise.context.spi.CreationalContext<JPAConfig> creationalContext, Map<String,Object> params)
-