All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.blueprint.blueprint.xml Maven / Gradle / Ivy

There is a newer version: 5.11.12.Final
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
 ~ Hibernate Search, full-text search for your domain model
 ~
 ~ License: GNU Lesser General Public License (LGPL), version 2.1 or later
 ~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
  -->
<blueprint default-activation="eager" xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">

    <bean id="search-factory-service-contributor" class="org.hibernate.search.hcore.impl.SearchFactoryServiceContributor" />
    <service ref="search-factory-service-contributor" interface="org.hibernate.service.spi.ServiceContributor" />

    <bean id="search-integrator" class="org.hibernate.search.hcore.impl.HibernateSearchIntegrator"/>
    <service ref="search-integrator" interface="org.hibernate.integrator.spi.Integrator"/>

    <bean id="extended-bean-managed-synchronizer-service-contributor" class="org.hibernate.search.hcore.impl.SearchFactoryServiceContributor" />
    <service ref="extended-bean-managed-synchronizer-service-contributor" interface="org.hibernate.service.spi.ServiceContributor" />

</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy