org.infinispan.query.backend
Class ComponentRegistryServiceProvider
java.lang.Object
org.infinispan.query.backend.ComponentRegistryServiceProvider
- All Implemented Interfaces:
- org.hibernate.search.spi.ServiceProvider<ComponentRegistry>
public final class ComponentRegistryServiceProvider
- extends Object
- implements org.hibernate.search.spi.ServiceProvider<ComponentRegistry>
Simple wrapper to make the Cache ComponentRegistry available to the services managed by
Hibernate Search
- Since:
- 5.2
- Author:
- Sanne Grinovero
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentRegistryServiceProvider
public ComponentRegistryServiceProvider(ComponentRegistry cr)
start
public void start(Properties properties,
org.hibernate.search.spi.BuildContext context)
- Specified by:
start
in interface org.hibernate.search.spi.ServiceProvider<ComponentRegistry>
getService
public ComponentRegistry getService()
- Specified by:
getService
in interface org.hibernate.search.spi.ServiceProvider<ComponentRegistry>
stop
public void stop()
- Specified by:
stop
in interface org.hibernate.search.spi.ServiceProvider<ComponentRegistry>
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.