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.
-
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 TypeMethodDescriptionvoidAbstractHANADialect.contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Deprecated, for removal: This API element is subject to removal in a future version.voidDialect.contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidDialectDelegateWrapper.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 onlyvoidAbstractHANADialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Deprecated, for removal: This API element is subject to removal in a future version.voidCockroachDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidDB2Dialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidDerbyDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) A callback which allows theDialectto contribute types.voidDialectDelegateWrapper.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidH2Dialect.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 voidAbstractHANADialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Deprecated, for removal: This API element is subject to removal in a future version.protected voidCockroachDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidDB2Dialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidDerbyDialect.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().voidDialectDelegateWrapper.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidH2Dialect.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)