Uses of Interface
org.hibernate.boot.model.TypeContributions
-
Packages that use TypeContributions Package Description org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc).org.hibernate.dialect -
-
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. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidCockroachDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidDB2Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidDerbyDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)Allows the Dialect to contribute additional typesvoidH2Dialect. 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)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().protected voidH2Dialect. 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)
-