Uses of Interface
org.hibernate.reactive.provider.service.ReactiveMarkerService
-
Packages that use ReactiveMarkerService Package Description org.hibernate.reactive.provider.service -
-
Uses of ReactiveMarkerService in org.hibernate.reactive.provider.service
Classes in org.hibernate.reactive.provider.service that implement ReactiveMarkerService Modifier and Type Class Description class
ReactiveMarkerServiceSingleton
A singletonReactiveMarkerService
that marks the registry as running in "Reactive mode" allowing the registration of reactive components.Methods in org.hibernate.reactive.provider.service that return ReactiveMarkerService Modifier and Type Method Description ReactiveMarkerService
ReactiveMarkerServiceInitiator. initiateService(Map configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.reactive.provider.service that return types with arguments of type ReactiveMarkerService Modifier and Type Method Description Class<ReactiveMarkerService>
ReactiveMarkerServiceInitiator. getServiceInitiated()
-