HHH-6509 - Adds TypeContributor bootstrap

This commit is contained in:
Karel Maesen 2015-04-12 17:24:25 +02:00 committed by Steve Ebersole
parent e2b44fb130
commit 609d404627
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
org.hibernate.spatial.integration.SpatialDialectFactoryContributor

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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="serviceContributor" class="org.hibernate.spatial.integration.SpatialDialectFactoryContributor"/>
<service ref="serviceContributor" interface="org.hibernate.service.spi.ServiceContributor"/>
</blueprint>