Uses of Interface
org.hibernate.boot.model.FunctionContributor
-
Packages that use FunctionContributor Package Description org.hibernate.annotations.processing 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, andCheckHQL
instructs 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 SpatialDialect
s 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 class
GenericDialect
A 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 MetadataBuilder
MetadataBuilder. applyFunctions(FunctionContributor functionContributor)
Apply an explicitFunctionContributor
(implicit application viaServiceLoader
will 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 MetadataBuilder
MetadataBuilderImpl. 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 MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. 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 Configuration
Configuration. registerFunctionContributor(FunctionContributor functionContributor)
Add aFunctionContributor
to this configuration. -
Uses of FunctionContributor in org.hibernate.dialect
Classes in org.hibernate.dialect that implement FunctionContributor Modifier and Type Class Description class
AbstractHANADialect
Deprecated, for removal: This API element is subject to removal in a future version.Will be replaced withHANADialect
in the future.class
AbstractTransactSQLDialect
An abstract base class for Sybase and MS SQL Server dialects.class
AzureSQLServerDialect
A SQL dialect for Azure SQL Server.class
CockroachDialect
A SQL dialect for CockroachDB 21.1 and above.class
DB2400Dialect
Deprecated.UseDB2iDialect
class
DB2400V7R3Dialect
Deprecated.UseDB2iDialect
class
DB2Dialect
A SQL dialect for DB2 for LUW (Linux, Unix, and Windows) version 10.5 and above.class
DB2iDialect
A SQL dialect for DB2 for IBM i version 7.1 and above, previously known as "DB2/400".class
DB2zDialect
A 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".class
DerbyDialect
A SQL dialect for Apache Derby 10.15.2 and above.class
Dialect
Represents a dialect of SQL implemented by a particular RDBMS.class
DialectDelegateWrapper
A wrapper of Dialect, to allow decorating some selected methods without having to extend the original class.class
H2Dialect
A SQL dialect for H2.class
HANACloudColumnStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
withDatabaseVersion.make( 4 )
insteadclass
HANAColumnStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
insteadclass
HANADialect
An SQL dialect for the SAP HANA Platform and Cloud.class
HANARowStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
insteadclass
HSQLDialect
A SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.class
MariaDB106Dialect
Deprecated.useMariaDBDialect(1060)
class
MariaDBDialect
A SQL dialect for MariaDB 10.3 and above.class
MySQL8Dialect
Deprecated.useMySQLDialect(800)
class
MySQLDialect
A SQL dialect for MySQL 5.7 and above.class
OracleDialect
A SQL dialect for Oracle 11g Release 2 and above.class
PostgresPlusDialect
An SQL dialect for Postgres Plusclass
PostgreSQLDialect
A SQL dialect for PostgreSQL 11 and above.class
SpannerDialect
A SQL dialect for Cloud Spanner.class
SQLServer2012Dialect
Deprecated.useSQLServerDialect(11)
class
SQLServer2016Dialect
Deprecated.useSQLServerDialect(13)
class
SQLServerDialect
A dialect for Microsoft SQL Server 2008 and aboveclass
SybaseASEDialect
A SQL dialect for Sybase Adaptive Server Enterprise 16 and above.class
SybaseDialect
Superclass for all Sybase dialects.class
TiDBDialect
A 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 class
FunctionContributorImpl
Envers specific FunctionContributor -
Uses of FunctionContributor in org.hibernate.spatial.contributor
Classes in org.hibernate.spatial.contributor that implement FunctionContributor Modifier and Type Class Description class
SpatialFunctionContributor
-
Uses of FunctionContributor in org.hibernate.spatial.dialect.cockroachdb
Classes in org.hibernate.spatial.dialect.cockroachdb that implement FunctionContributor Modifier and Type Class Description class
CockroachDB202SpatialDialect
Deprecated.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 class
DB2SpatialDialect
-
Uses of FunctionContributor in org.hibernate.spatial.dialect.hana
Classes in org.hibernate.spatial.dialect.hana that implement FunctionContributor Modifier and Type Class Description class
HANASpatialDialect
Deprecated.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 class
MySQL56InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL56SpatialDialect
Deprecated.Spatial Dialects are no longer neededclass
MySQL5InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL5SpatialDialect
Deprecated.Spatial Dialects are no longer neededclass
MySQLSpatialDialect
Deprecated.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 class
OracleSpatial10gDialect
Deprecated.A SpatialDialect is no longer required.class
OracleSpatialSDO10gDialect
Deprecated.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 class
PostgisPG10Dialect
Deprecated.class
PostgisPG93Dialect
Deprecated.A SpatialDialect is no longer required.class
PostgisPG94Dialect
Deprecated.A SpatialDialect is no longer required.class
PostgisPG95Dialect
Deprecated.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 class
SqlServer2012SpatialDialect
Deprecated.A SpatialDialect is no longer required.
-