Class MySQLDialectContributor
java.lang.Object
org.hibernate.spatial.dialect.mysql.MySQLDialectContributor
- All Implemented Interfaces:
ContributorImplementor
-
Constructor Summary
ConstructorsConstructorDescriptionMySQLDialectContributor
(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
-
MySQLDialectContributor
public MySQLDialectContributor(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
-