Uses of Interface
org.hibernate.boot.model.TypeContributor
-
Packages that use TypeContributor Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.jpa.boot.spi -
-
Uses of TypeContributor in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type TypeContributor Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyTypes(TypeContributor typeContributor)Apply an explicitTypeContributor(implicit application viaServiceLoaderwill still happen too) -
Uses of TypeContributor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type TypeContributor Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyTypes(TypeContributor typeContributor) -
Uses of TypeContributor in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type TypeContributor Modifier and Type Method Description ConfigurationConfiguration. registerTypeContributor(TypeContributor typeContributor)Add aTypeContributorto this configuration. -
Uses of TypeContributor in org.hibernate.dialect
Classes in org.hibernate.dialect that implement TypeContributor Modifier and Type Class Description classAbstractHANADialectAn abstract base class for SAP HANA dialects.classAbstractTransactSQLDialectAn abstract base class for Sybase and MS SQL Server dialects.classCockroachDialectA SQL dialect for CockroachDB 21.1 and above.classDB2400DialectDeprecated.UseDB2iDialectclassDB2400V7R3DialectDeprecated.UseDB2iDialectclassDB2DialectA SQL dialect for DB2 for LUW (Linux, Unix, and Windows) version 10.5 and above.classDB2iDialectA SQL dialect for DB2 for IBM i version 7.1 and above, previously known as "DB2/400".classDB2zDialectA SQL dialect for DB2 for z/OS version 12.1 and above, previously known as: "Db2 UDB for z/OS", and "Db2 UDB for z/OS and OS/390".classDerbyDialectA SQL dialect for Apache Derby 10.14.2 and above.classDialectRepresents a dialect of SQL implemented by a particular RDBMS.classDialectDelegateWrapperA wrapper of Dialect, to allow decorating some selected methods without having to extend the original class.classH2DialectA SQL dialect for H2.classHANACloudColumnStoreDialectDeprecated.use HANAColumnStoreDialect(400)classHANAColumnStoreDialectAn SQL dialect for the SAP HANA column store.classHANARowStoreDialectAn SQL dialect for the SAP HANA row store.classHSQLDialectA SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.classMariaDB103DialectDeprecated.useMariaDBDialect(1030)classMariaDB106DialectDeprecated.useMariaDBDialect(1060)classMariaDBDialectA SQL dialect for MariaDB 10.3 and above.classMySQL57DialectDeprecated.useMySQLDialect(570)classMySQL8DialectDeprecated.useMySQLDialect(800)classMySQLDialectA SQL dialect for MySQL 5.7 and above.classOracle12cDialectDeprecated.useOracleDialect(12)classOracleDialectA SQL dialect for Oracle 11g Release 2 and above.classPostgresPlusDialectAn SQL dialect for Postgres PlusclassPostgreSQL10DialectDeprecated.usePostgreSQLDialect(1000)classPostgreSQLDialectA SQL dialect for PostgreSQL 10 and above.classSpannerDialectA SQL dialect for Cloud Spanner.classSQLServer2008DialectDeprecated.useSQLServerDialect(10)classSQLServer2012DialectDeprecated.useSQLServerDialect(11)classSQLServer2016DialectDeprecated.useSQLServerDialect(11)classSQLServerDialectA dialect for Microsoft SQL Server 2008 and aboveclassSybaseASEDialectA SQL dialect for Sybase Adaptive Server Enterprise 16 and above.classSybaseDialectSuperclass for all Sybase dialects.classTiDBDialectA SQL dialect for TiDB. -
Uses of TypeContributor in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return types with arguments of type TypeContributor Modifier and Type Method Description List<TypeContributor>TypeContributorList. getTypeContributors()Deprecated, for removal: This API element is subject to removal in a future version.
-