Interface ContributorImplementor
- All Known Implementing Classes:
CockroachDbContributor,H2GisDialectContributor,MariaDBDialectContributor,MySQLDialectContributor,OracleDialectContributor,PostgisDialectContributor,SqlServerDialectContributor
public interface ContributorImplementor
Internal contract for Type and Function Contributors
-
Method Summary
Modifier and TypeMethodDescriptionvoidcontributeFunctions(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.ServiceRegistry
-
Method Details
-
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()
-