Uses of Interface
org.hibernate.boot.model.FunctionContributor
-
Packages that use FunctionContributor Package Description org.hibernate.annotations.processing Annotations used to drive annotation processors:@Findis used to generate finder methods using the Metamodel Generator,@HQLand@SQLare used to generate query methods using the Metamodel Generator, andCheckHQLinstructs the Query Validator to check all HQL queries in the annotated package or type.org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal 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.envers.boot.internal org.hibernate.spatial.contributor org.hibernate.spatial.dialect.cockroachdb SpatialDialects for CockroachDBorg.hibernate.spatial.dialect.db2 org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.postgis org.hibernate.spatial.dialect.sqlserver -
-
Uses of FunctionContributor in org.hibernate.annotations.processing
Classes in org.hibernate.annotations.processing that implement FunctionContributor Modifier and Type Class Description classGenericDialectA generic dialect for ANSI-like SQL. -
Uses of FunctionContributor in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type FunctionContributor Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyFunctions(FunctionContributor functionContributor)Apply an explicitFunctionContributor(implicit application viaServiceLoaderwill still happen too) -
Uses of FunctionContributor in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type FunctionContributor Modifier and Type Method Description MetadataBuilderMetadataBuilderImpl. applyFunctions(FunctionContributor functionContributor) -
Uses of FunctionContributor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type FunctionContributor Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyFunctions(FunctionContributor functionContributor) -
Uses of FunctionContributor in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type FunctionContributor Modifier and Type Method Description ConfigurationConfiguration. registerFunctionContributor(FunctionContributor functionContributor)Add aFunctionContributorto this configuration. -
Uses of FunctionContributor in org.hibernate.dialect
Classes in org.hibernate.dialect that implement FunctionContributor Modifier and Type Class Description classAbstractHANADialectDeprecated, for removal: This API element is subject to removal in a future version.Will be replaced withHANADialectin the future.classAbstractTransactSQLDialectAn abstract base class for Sybase and MS SQL Server dialects.classAzureSQLServerDialectA SQL dialect for Azure SQL Server.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.15.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, for removal: This API element is subject to removal in a future version.useHANADialectwithDatabaseVersion.make( 4 )insteadclassHANAColumnStoreDialectDeprecated, for removal: This API element is subject to removal in a future version.useHANADialectinsteadclassHANADialectAn SQL dialect for the SAP HANA Platform and Cloud.classHANARowStoreDialectDeprecated, for removal: This API element is subject to removal in a future version.useHANADialectinsteadclassHSQLDialectA SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.classMariaDB106DialectDeprecated.useMariaDBDialect(1060)classMariaDBDialectA SQL dialect for MariaDB 10.3 and above.classMySQL8DialectDeprecated.useMySQLDialect(800)classMySQLDialectA SQL dialect for MySQL 5.7 and above.classOracleDialectA SQL dialect for Oracle 11g Release 2 and above.classPostgresPlusDialectAn SQL dialect for Postgres PlusclassPostgreSQLDialectA SQL dialect for PostgreSQL 11 and above.classSpannerDialectA SQL dialect for Cloud Spanner.classSQLServer2012DialectDeprecated.useSQLServerDialect(11)classSQLServer2016DialectDeprecated.useSQLServerDialect(13)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 FunctionContributor in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement FunctionContributor Modifier and Type Class Description classFunctionContributorImplEnvers specific FunctionContributor -
Uses of FunctionContributor in org.hibernate.spatial.contributor
Classes in org.hibernate.spatial.contributor that implement FunctionContributor Modifier and Type Class Description classSpatialFunctionContributor -
Uses of FunctionContributor in org.hibernate.spatial.dialect.cockroachdb
Classes in org.hibernate.spatial.dialect.cockroachdb that implement FunctionContributor Modifier and Type Class Description classCockroachDB202SpatialDialectDeprecated.Spatial Dialects are no longer needed. -
Uses of FunctionContributor in org.hibernate.spatial.dialect.db2
Classes in org.hibernate.spatial.dialect.db2 that implement FunctionContributor Modifier and Type Class Description classDB2SpatialDialect -
Uses of FunctionContributor in org.hibernate.spatial.dialect.hana
Classes in org.hibernate.spatial.dialect.hana that implement FunctionContributor Modifier and Type Class Description classHANASpatialDialectDeprecated.Spatial dialects are no longer needed -
Uses of FunctionContributor in org.hibernate.spatial.dialect.mysql
Classes in org.hibernate.spatial.dialect.mysql that implement FunctionContributor Modifier and Type Class Description classMySQL56InnoDBSpatialDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL56SpatialDialectDeprecated.Spatial Dialects are no longer neededclassMySQL5InnoDBSpatialDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL5SpatialDialectDeprecated.Spatial Dialects are no longer neededclassMySQLSpatialDialectDeprecated.SpatialDialects are no longer needed in Hibernate 6 -
Uses of FunctionContributor in org.hibernate.spatial.dialect.oracle
Classes in org.hibernate.spatial.dialect.oracle that implement FunctionContributor Modifier and Type Class Description classOracleSpatial10gDialectDeprecated.A SpatialDialect is no longer required.classOracleSpatialSDO10gDialectDeprecated.A SpatialDialect is no longer required. -
Uses of FunctionContributor in org.hibernate.spatial.dialect.postgis
Classes in org.hibernate.spatial.dialect.postgis that implement FunctionContributor Modifier and Type Class Description classPostgisPG10DialectDeprecated.classPostgisPG93DialectDeprecated.A SpatialDialect is no longer required.classPostgisPG94DialectDeprecated.A SpatialDialect is no longer required.classPostgisPG95DialectDeprecated.A SpatialDialect is no longer required. -
Uses of FunctionContributor in org.hibernate.spatial.dialect.sqlserver
Classes in org.hibernate.spatial.dialect.sqlserver that implement FunctionContributor Modifier and Type Class Description classSqlServer2012SpatialDialectDeprecated.A SpatialDialect is no longer required.
-