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.
SpatialDialects for CockroachDBThis package contains the H2GIS Dialect extensions for the H2Dialect.
This package contains the spatial extensions for the MySQLDialect.
This package contains the spatial extensions for the OracleDialect.
This package contains the spatial extensions for the PostgreSQLDialect.
This package contains the spatial extensions for the SQLServerDialect.
-
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 TypeMethodDescriptionvoidTypeContributor.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 TypeMethodDescriptionvoidDialect.contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidHANADialect.contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidCockroachDialect.contributeCockroachTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidPostgreSQLDialect.contributePostgreSQLTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Allow for extension points to override this onlyvoidCockroachDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidDB2Dialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) A callback which allows theDialectto contribute types.voidH2Dialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidHANADialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidMariaDBDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidMySQLDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidOracleDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidPostgreSQLDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidSQLServerDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidSybaseASEDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidSybaseDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidCockroachDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidDB2Dialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Register ANSI-standard column types using the length limits defined byDialect.getMaxVarcharLength(),Dialect.getMaxNVarcharLength(), andDialect.getMaxVarbinaryLength().protected voidH2Dialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidHANADialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidMariaDBDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidMySQLDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidOracleDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidPostgreSQLDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidSQLServerDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidSybaseASEDialect.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 TypeMethodDescriptionvoidTypeContributorImpl.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 TypeMethodDescriptionvoidSpatialTypeContributor.contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) default voidContributorImplementor.contributeJavaTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidContributorImplementor.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 TypeMethodDescriptionvoidCockroachDbContributor.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 TypeMethodDescriptionvoidH2GisDialectContributor.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 TypeMethodDescriptionvoidMariaDBDialectContributor.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 TypeMethodDescriptionvoidMySQLDialectContributor.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 TypeMethodDescriptionvoidOracleDialectContributor.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 TypeMethodDescriptionvoidPostgisDialectContributor.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 TypeMethodDescriptionvoidSqlServerDialectContributor.contributeJdbcTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)