Package org.hibernate.reactive.provider
Integration with Hibernate ORM, via the service architecture, along
with APIs for starting and configuring Hibernate Reactive.
ReactivePersistenceProvider
is the JPA persistence provider for Hibernate Reactive.ReactiveServiceRegistryBuilder
, may be used to programmatically configure Hibernate Reactive.
-
Interface Summary Interface Description Settings Configuration properties for the Hibernate Reactive persistence provider, for use withReactiveServiceRegistryBuilder
. -
Class Summary Class Description ReactivePersistenceProvider A JPAPersistenceProvider
for Hibernate Reactive.ReactiveServiceRegistryBuilder Adaptation ofStandardServiceRegistryBuilder
; the main difference is the use of a different initial set of services and the fact this will not attempt to load service contributors and otherIntegrators
.