Uses of Class
io.quarkus.hibernate.orm.runtime.JPAConfigSupport
-
Packages that use JPAConfigSupport Package Description io.quarkus.hibernate.orm.runtime -
-
Uses of JPAConfigSupport in io.quarkus.hibernate.orm.runtime
Methods in io.quarkus.hibernate.orm.runtime that return types with arguments of type JPAConfigSupport Modifier and Type Method Description Supplier<JPAConfigSupport>HibernateOrmRecorder. jpaConfigSupportSupplier(JPAConfigSupport jpaConfigSupport)Methods in io.quarkus.hibernate.orm.runtime with parameters of type JPAConfigSupport Modifier and Type Method Description Supplier<JPAConfigSupport>HibernateOrmRecorder. jpaConfigSupportSupplier(JPAConfigSupport jpaConfigSupport)Constructors in io.quarkus.hibernate.orm.runtime with parameters of type JPAConfigSupport Constructor Description JPAConfig(JPAConfigSupport jpaConfigSupport)
-