Uses of Interface
org.hibernate.boot.model.FunctionContributor
Packages that use FunctionContributor
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.
SpatialDialect
s for CockroachDB-
Uses of FunctionContributor in org.hibernate.annotations.processing
Classes in org.hibernate.annotations.processing that implement FunctionContributor -
Uses of FunctionContributor in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type FunctionContributorModifier and TypeMethodDescriptionMetadataBuilder.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 FunctionContributorModifier and TypeMethodDescriptionMetadataBuilderImpl.applyFunctions
(FunctionContributor functionContributor) -
Uses of FunctionContributor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type FunctionContributorModifier and TypeMethodDescriptionAbstractDelegatingMetadataBuilderImplementor.applyFunctions
(FunctionContributor functionContributor) -
Uses of FunctionContributor in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type FunctionContributorModifier and TypeMethodDescriptionConfiguration.registerFunctionContributor
(FunctionContributor functionContributor) Add aFunctionContributor
to this configuration. -
Uses of FunctionContributor in org.hibernate.dialect
Classes in org.hibernate.dialect that implement FunctionContributorModifier and TypeClassDescriptionclass
An abstract base class for Sybase and MS SQL Server dialects.class
A SQL dialect for Azure SQL Server.class
A SQL dialect for CockroachDB 21.1 and above.class
A SQL dialect for Db2 for LUW (Linux, Unix, and Windows) version 10.5 and above.class
A SQL dialect for DB2 for IBM i version 7.1 and above, previously known as "DB2/400".class
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
Represents a dialect of SQL implemented by a particular RDBMS.class
A wrapper of Dialect, to allow decorating some selected methods without having to extend the original class.class
A SQL dialect for H2.class
An SQL dialect for the SAP HANA Platform and Cloud.class
A SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.class
A SQL dialect for MariaDB 10.5 and above.class
A SQL dialect for MySQL 8 and above.class
A SQL dialect for Oracle 19c and above.class
An SQL dialect for Postgres Plusclass
A SQL dialect for PostgreSQL 12 and above.class
A SQL dialect for Cloud Spanner.class
A dialect for Microsoft SQL Server 2012 and above.class
A SQL dialect for Sybase Adaptive Server Enterprise 16 and above.class
Superclass for all Sybase dialects.class
A SQL dialect for TiDB. -
Uses of FunctionContributor in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement FunctionContributorModifier and TypeClassDescriptionclass
Envers specific FunctionContributor -
Uses of FunctionContributor in org.hibernate.spatial.contributor
Classes in org.hibernate.spatial.contributor that implement FunctionContributor -
Uses of FunctionContributor in org.hibernate.spatial.dialect.cockroachdb
Classes in org.hibernate.spatial.dialect.cockroachdb that implement FunctionContributorModifier and TypeClassDescriptionclass
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 -
Uses of FunctionContributor in org.hibernate.spatial.dialect.hana
Classes in org.hibernate.spatial.dialect.hana that implement FunctionContributorModifier and TypeClassDescriptionclass
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 FunctionContributorModifier and TypeClassDescriptionclass
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
Deprecated.Spatial Dialects are no longer neededclass
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
Deprecated.Spatial Dialects are no longer neededclass
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 FunctionContributorModifier and TypeClassDescriptionclass
Deprecated.A SpatialDialect is no longer required.class
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 FunctionContributorModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.A SpatialDialect is no longer required.class
Deprecated.A SpatialDialect is no longer required.class
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 FunctionContributorModifier and TypeClassDescriptionclass
Deprecated.A SpatialDialect is no longer required.