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 classReactiveMarkerServiceSingletonA singletonReactiveMarkerServicethat 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 ReactiveMarkerServiceReactiveMarkerServiceInitiator. 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()
-