Uses of Interface
org.hibernate.boot.model.FunctionContributor
-
Packages that use FunctionContributor Package Description 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.mariadb 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.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
An abstract base class for SAP HANA dialects.class
AbstractTransactSQLDialect
An abstract base class for Sybase and MS SQL Server dialects.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.14.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.use HANAColumnStoreDialect(400)class
HANAColumnStoreDialect
An SQL dialect for the SAP HANA column store.class
HANARowStoreDialect
An SQL dialect for the SAP HANA row store.class
HSQLDialect
A SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.class
MariaDB103Dialect
Deprecated.useMariaDBDialect(1030)
class
MariaDB106Dialect
Deprecated.useMariaDBDialect(1060)
class
MariaDBDialect
A SQL dialect for MariaDB 10.3 and above.class
MySQL57Dialect
Deprecated.useMySQLDialect(570)
class
MySQL8Dialect
Deprecated.useMySQLDialect(800)
class
MySQLDialect
A SQL dialect for MySQL 5.7 and above.class
Oracle12cDialect
Deprecated.useOracleDialect(12)
class
OracleDialect
A SQL dialect for Oracle 11g Release 2 and above.class
PostgresPlusDialect
An SQL dialect for Postgres Plusclass
PostgreSQL10Dialect
Deprecated.usePostgreSQLDialect(1000)
class
PostgreSQLDialect
A SQL dialect for PostgreSQL 10 and above.class
SpannerDialect
A SQL dialect for Cloud Spanner.class
SQLServer2008Dialect
Deprecated.useSQLServerDialect(10)
class
SQLServer2012Dialect
Deprecated.useSQLServerDialect(11)
class
SQLServer2016Dialect
Deprecated.useSQLServerDialect(11)
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
-
Uses of FunctionContributor in org.hibernate.spatial.dialect.mariadb
Classes in org.hibernate.spatial.dialect.mariadb that implement FunctionContributor Modifier and Type Class Description class
MariaDB103SpatialDialect
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
SqlServer2008SpatialDialect
Deprecated.A SpatialDialect is no longer required.class
SqlServer2012SpatialDialect
Deprecated.A SpatialDialect is no longer required.
-