Uses of Interface
org.hibernate.boot.model.TypeContributions
-
Packages that use TypeContributions Package Description org.hibernate.boot.internal org.hibernate.boot.model 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.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.envers.boot.internal org.hibernate.spatial.contributor org.hibernate.spatial.dialect.cockroachdb SpatialDialects for CockroachDBorg.hibernate.spatial.dialect.h2gis org.hibernate.spatial.dialect.mariadb org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.postgis org.hibernate.spatial.dialect.sqlserver org.hibernate.testing.orm.junit -
-
Uses of TypeContributions in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement TypeContributions Modifier and Type Class Description classMetadataBuilderImpl -
Uses of TypeContributions in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type TypeContributions Modifier and Type Method Description voidTypeContributor. contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)Contribute types -
Uses of TypeContributions in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TypeContributions Modifier and Type Method Description voidAbstractHANADialect. 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 TypeContributions Modifier and Type Method Description voidTypeContributorImpl. contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.spatial.contributor
Methods in org.hibernate.spatial.contributor with parameters of type TypeContributions Modifier and Type Method Description voidSpatialTypeContributor. 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 TypeContributions Modifier and Type Method Description voidCockroachDbContributor. 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 TypeContributions Modifier and Type Method Description voidH2GisDialectContributor. 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 TypeContributions Modifier and Type Method Description voidMariaDBDialectContributor. 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 TypeContributions Modifier and Type Method Description voidMySQLDialectContributor. 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 TypeContributions Modifier and Type Method Description voidOracleDialectContributor. 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 TypeContributions Modifier and Type Method Description voidPostgisDialectContributor. 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 TypeContributions Modifier and Type Method Description voidSqlServerDialectContributor. contributeJdbcTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of TypeContributions in org.hibernate.testing.orm.junit
Classes in org.hibernate.testing.orm.junit that implement TypeContributions Modifier and Type Class Description static classDialectFeatureChecks.FakeTypeContributions
-