Uses of Interface
org.hibernate.boot.model.TypeContributions
Packages that use TypeContributions
Package
Description
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
SpatialDialect
s for CockroachDB-
Uses of TypeContributions in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement TypeContributions -
Uses of TypeContributions in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
TypeContributor.contribute
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Contribute types -
Uses of TypeContributions in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
Dialect.contribute
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
DialectDelegateWrapper.contribute
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
HANADialect.contribute
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
CockroachDialect.contributeCockroachTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
PostgreSQLDialect.contributePostgreSQLTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Allow for extension points to override this onlyvoid
CockroachDialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
DB2Dialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
Dialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) A callback which allows theDialect
to contribute types.void
DialectDelegateWrapper.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
H2Dialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
HANADialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
MariaDBDialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
MySQLDialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
OracleDialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
PostgreSQLDialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
SQLServerDialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
SybaseASEDialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
SybaseDialect.contributeTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
CockroachDialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
DB2Dialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
Dialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Register ANSI-standard column types using the length limits defined byDialect.getMaxVarcharLength()
,Dialect.getMaxNVarcharLength()
, andDialect.getMaxVarbinaryLength()
.void
DialectDelegateWrapper.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
H2Dialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
HANADialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
MariaDBDialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
MySQLDialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
OracleDialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
PostgreSQLDialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
SQLServerDialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected void
SybaseASEDialect.registerColumnTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
TypeContributorImpl.contribute
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.spatial.contributor
Methods in org.hibernate.spatial.contributor with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
SpatialTypeContributor.contribute
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) default void
ContributorImplementor.contributeJavaTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) void
ContributorImplementor.contributeJdbcTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.spatial.dialect.cockroachdb
Methods in org.hibernate.spatial.dialect.cockroachdb with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
CockroachDbContributor.contributeJdbcTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.spatial.dialect.h2gis
Methods in org.hibernate.spatial.dialect.h2gis with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
H2GisDialectContributor.contributeJdbcTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.spatial.dialect.mariadb
Methods in org.hibernate.spatial.dialect.mariadb with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
MariaDBDialectContributor.contributeJdbcTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.spatial.dialect.mysql
Methods in org.hibernate.spatial.dialect.mysql with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
MySQLDialectContributor.contributeJdbcTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.spatial.dialect.oracle
Methods in org.hibernate.spatial.dialect.oracle with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
OracleDialectContributor.contributeJdbcTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.spatial.dialect.postgis
Methods in org.hibernate.spatial.dialect.postgis with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
PostgisDialectContributor.contributeJdbcTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.spatial.dialect.sqlserver
Methods in org.hibernate.spatial.dialect.sqlserver with parameters of type TypeContributionsModifier and TypeMethodDescriptionvoid
SqlServerDialectContributor.contributeJdbcTypes
(TypeContributions typeContributions, ServiceRegistry serviceRegistry)