Class PostgisDialectContributor
java.lang.Object
org.hibernate.spatial.dialect.postgis.PostgisDialectContributor
- All Implemented Interfaces:
ContributorImplementor
-
Constructor Summary
ConstructorsConstructorDescriptionPostgisDialectContributor
(org.hibernate.service.ServiceRegistry serviceRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoid
contributeFunctions
(org.hibernate.boot.model.FunctionContributions functionContributions) void
contributeJdbcTypes
(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry) org.hibernate.service.ServiceRegistry
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.spatial.contributor.ContributorImplementor
contributeJavaTypes
-
Constructor Details
-
PostgisDialectContributor
public PostgisDialectContributor(org.hibernate.service.ServiceRegistry serviceRegistry)
-
-
Method Details
-
contributeJdbcTypes
public void contributeJdbcTypes(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry) - Specified by:
contributeJdbcTypes
in interfaceContributorImplementor
-
contributeFunctions
public void contributeFunctions(org.hibernate.boot.model.FunctionContributions functionContributions) - Specified by:
contributeFunctions
in interfaceContributorImplementor
-
getServiceRegistry
public org.hibernate.service.ServiceRegistry getServiceRegistry()- Specified by:
getServiceRegistry
in interfaceContributorImplementor
-