Interface ContributorImplementor
-
- All Known Implementing Classes:
CockroachDbContributor,H2GisDialectContributor,MariaDBDialectContributor,MySQLDialectContributor,OracleDialectContributor,PostgisDialectContributor,SqlServerDialectContributor
public interface ContributorImplementorInternal contract for Type and Function Contributors
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidcontributeFunctions(org.hibernate.boot.model.FunctionContributions functionContributions)default voidcontributeJavaTypes(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry)voidcontributeJdbcTypes(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry)org.hibernate.service.ServiceRegistrygetServiceRegistry()
-
-
-
Method Detail
-
contributeJavaTypes
default void contributeJavaTypes(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry)
-
contributeJdbcTypes
void contributeJdbcTypes(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry)
-
contributeFunctions
void contributeFunctions(org.hibernate.boot.model.FunctionContributions functionContributions)
-
getServiceRegistry
org.hibernate.service.ServiceRegistry getServiceRegistry()
-
-