
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-spatial Show documentation
Show all versions of hibernate-spatial Show documentation
Integrate support for Spatial/GIS data into Hibernate O/RM
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" > <bean id="serviceContributor" class="org.hibernate.spatial.integration.SpatialInitializer"/> <service ref="serviceContributor" interface="org.hibernate.service.spi.ServiceContributor"/> <bean id="spatialTypeContributor" class="org.hibernate.spatial.contributor.SpatialTypeContributor"/> <service ref="spatialTypeContributor" interface="org.hibernate.boot.model.TypeContributor"/> <bean id="spatialFunctionContributor" class="org.hibernate.spatial.contributor.SpatialFunctionContributor"/> <service ref="spatialFunctionContributor" interface="org.hibernate.boot.model.FunctionContributor"/> </blueprint>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy