Class MySQLDialectContributor
- java.lang.Object
-
- org.hibernate.spatial.dialect.mysql.MySQLDialectContributor
-
- All Implemented Interfaces:
ContributorImplementor
public class MySQLDialectContributor extends Object implements ContributorImplementor
-
-
Constructor Summary
Constructors Constructor Description MySQLDialectContributor(ServiceRegistry serviceRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contributeFunctions(FunctionContributions functionContributions)
void
contributeJdbcTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
ServiceRegistry
getServiceRegistry()
-
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 Detail
-
MySQLDialectContributor
public MySQLDialectContributor(ServiceRegistry serviceRegistry)
-
-
Method Detail
-
contributeJdbcTypes
public void contributeJdbcTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
- Specified by:
contributeJdbcTypes
in interfaceContributorImplementor
-
contributeFunctions
public void contributeFunctions(FunctionContributions functionContributions)
- Specified by:
contributeFunctions
in interfaceContributorImplementor
-
getServiceRegistry
public ServiceRegistry getServiceRegistry()
- Specified by:
getServiceRegistry
in interfaceContributorImplementor
-
-