Uses of Interface
org.hibernate.boot.model.TypeContributions
-
Packages that use TypeContributions Package Description org.hibernate.boot.model 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)voidCockroachDB192Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)Allows the Dialect to contribute additional typesvoidOracle12cDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgreSQL82Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
-