Uses of Class
io.quarkus.hibernate.orm.runtime.integration.HibernateOrmIntegrationRuntimeDescriptor
-
Packages that use HibernateOrmIntegrationRuntimeDescriptor Package Description io.quarkus.hibernate.orm.runtime -
-
Uses of HibernateOrmIntegrationRuntimeDescriptor in io.quarkus.hibernate.orm.runtime
Method parameters in io.quarkus.hibernate.orm.runtime with type arguments of type HibernateOrmIntegrationRuntimeDescriptor Modifier and Type Method Description static voidPersistenceProviderSetup. registerRuntimePersistenceProvider(HibernateOrmRuntimeConfig hibernateOrmRuntimeConfig, Map<String,List<HibernateOrmIntegrationRuntimeDescriptor>> integrationRuntimeDescriptors)voidHibernateOrmRecorder. setupPersistenceProvider(HibernateOrmRuntimeConfig hibernateOrmRuntimeConfig, Map<String,List<HibernateOrmIntegrationRuntimeDescriptor>> integrationRuntimeDescriptors)Constructor parameters in io.quarkus.hibernate.orm.runtime with type arguments of type HibernateOrmIntegrationRuntimeDescriptor Constructor Description FastBootHibernatePersistenceProvider(HibernateOrmRuntimeConfig hibernateOrmRuntimeConfig, Map<String,List<HibernateOrmIntegrationRuntimeDescriptor>> integrationRuntimeDescriptors)
-