HHH-6509 - Adds TypeContributor bootstrap
This commit is contained in:
parent
e2b44fb130
commit
609d404627
|
@ -0,0 +1 @@
|
|||
org.hibernate.spatial.integration.SpatialDialectFactoryContributor
|
|
@ -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>
|
Loading…
Reference in New Issue