
OSGI-INF.blueprint.blueprint.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate-envers Show documentation
Show all versions of hibernate-envers Show documentation
Hibernate's entity version (audit/history) support
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ SPDX-License-Identifier: Apache-2.0 ~ Copyright Red Hat Inc. and Hibernate Authors --> <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="functionContributor" class="org.hibernate.envers.boot.internal.FunctionContributorImpl"/> <service ref="functionContributor" interface="org.hibernate.boot.model.FunctionContributor"/> <bean id="serviceContributor" class="org.hibernate.envers.boot.internal.EnversServiceContributor"/> <service ref="serviceContributor" interface="org.hibernate.service.spi.ServiceContributor"/> <bean id="additionalMappingContributor" class="org.hibernate.envers.boot.internal.AdditionalMappingContributorImpl"/> <service ref="additionalMappingContributor" interface="org.hibernate.boot.spi.AdditionalMappingContributor"/> <bean id="modifiedColumnNamingStrategyRegistrationProducer" class="org.hibernate.envers.boot.internal.ModifiedColumnNamingStrategyRegistrationProvider"/> <service ref="modifiedColumnNamingStrategyRegistrationProducer" interface="org.hibernate.boot.registry.selector.StrategyRegistrationProvider"/> </blueprint>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy