Uses of Interface
org.hibernate.boot.model.TypeContributor
Packages that use TypeContributor
Package
Description
Annotations used to drive annotation processors:
@Find
is used to generate finder methods using the Metamodel
Generator,
@HQL
and @SQL
are used to generate query methods using the Metamodel
Generator, and
CheckHQL
instructs the Query Validator to check all HQL queries
in the annotated package or type.This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of TypeContributor in org.hibernate.annotations.processing
Classes in org.hibernate.annotations.processing that implement TypeContributor -
Uses of TypeContributor in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type TypeContributorModifier and TypeMethodDescriptionMetadataBuilder.applyTypes(TypeContributor typeContributor) Apply an explicitTypeContributor(implicit application viaServiceLoaderwill still happen too) -
Uses of TypeContributor in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type TypeContributorModifier and TypeMethodDescriptionMetadataBuilderImpl.applyTypes(TypeContributor typeContributor) -
Uses of TypeContributor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type TypeContributorModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applyTypes(TypeContributor typeContributor) -
Uses of TypeContributor in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type TypeContributorModifier and TypeMethodDescriptionConfiguration.registerTypeContributor(TypeContributor typeContributor) Add aTypeContributorto this configuration. -
Uses of TypeContributor in org.hibernate.dialect
Classes in org.hibernate.dialect that implement TypeContributorModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classAn abstract base class for Sybase and MS SQL Server dialects.classA SQL dialect for Azure SQL Server.classA SQL dialect for CockroachDB 21.1 and above.classDeprecated.UseDB2iDialectclassDeprecated.UseDB2iDialectclassA SQL dialect for DB2 for LUW (Linux, Unix, and Windows) version 10.5 and above.classA SQL dialect for DB2 for IBM i version 7.1 and above, previously known as "DB2/400".classA 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".classA SQL dialect for Apache Derby 10.15.2 and above.classRepresents a dialect of SQL implemented by a particular RDBMS.classA wrapper of Dialect, to allow decorating some selected methods without having to extend the original class.classA SQL dialect for H2.classDeprecated, for removal: This API element is subject to removal in a future version.useHANADialectwithDatabaseVersion.make( 4 )insteadclassDeprecated, for removal: This API element is subject to removal in a future version.useHANADialectinsteadclassAn SQL dialect for the SAP HANA Platform and Cloud.classDeprecated, for removal: This API element is subject to removal in a future version.useHANADialectinsteadclassA SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.classDeprecated.useMariaDBDialect(1060)classA SQL dialect for MariaDB 10.3 and above.classDeprecated.useMySQLDialect(800)classA SQL dialect for MySQL 5.7 and above.classA SQL dialect for Oracle 11g Release 2 and above.classAn SQL dialect for Postgres PlusclassA SQL dialect for PostgreSQL 11 and above.classA SQL dialect for Cloud Spanner.classDeprecated.useSQLServerDialect(11)classDeprecated.useSQLServerDialect(13)classA dialect for Microsoft SQL Server 2008 and aboveclassA SQL dialect for Sybase Adaptive Server Enterprise 16 and above.classSuperclass for all Sybase dialects.classA SQL dialect for TiDB. -
Uses of TypeContributor in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement TypeContributor -
Uses of TypeContributor in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return types with arguments of type TypeContributorModifier and TypeMethodDescriptionTypeContributorList.getTypeContributors()Deprecated, for removal: This API element is subject to removal in a future version.
HANADialectin the future.