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: 7.0.0.Alpha3
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<!--
  ~ Hibernate, Relational Persistence for Idiomatic Java
  ~
  ~ 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"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <bean id="integrator" class="org.hibernate.envers.boot.internal.EnversIntegrator"/>
  <service ref="integrator" interface="org.hibernate.integrator.spi.Integrator"/>

  <bean id="typeContributor" class="org.hibernate.envers.boot.internal.TypeContributorImpl"/>
  <service ref="typeContributor" interface="org.hibernate.boot.model.TypeContributor"/>

  <bean id="serviceContributor" class="org.hibernate.envers.boot.internal.EnversServiceContributor"/>
  <service ref="serviceContributor" interface="org.hibernate.service.spi.ServiceContributor"/>

  <bean id="additionalJaxbMappingProducer" class="org.hibernate.envers.boot.internal.AdditionalJaxbMappingProducerImpl"/>
  <service ref="additionalJaxbMappingProducer" interface="org.hibernate.boot.spi.AdditionalJaxbMappingProducer"/>

  <bean id="modifiedColumnNamingStrategyRegistrationProducer" class="org.hibernate.envers.boot.internal.ModifiedColumnNamingStrategyRegistrationProvider"/>
  <service ref="modifiedColumnNamingStrategyRegistrationProducer" interface="org.hibernate.boot.registry.selector.StrategyRegistrationProvider"/>

</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy