Uses of Interface
org.hibernate.boot.model.FunctionContributions
-
Packages that use FunctionContributions Package Description org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.org.hibernate.envers.boot.internal org.hibernate.spatial org.hibernate.spatial.contributor org.hibernate.spatial.dialect.cockroachdb SpatialDialect
s for CockroachDBorg.hibernate.spatial.dialect.h2gis 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 FunctionContributions in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type FunctionContributions Modifier and Type Method Description void
FunctionContributor. contributeFunctions(FunctionContributions functionContributions)
Contribute functions -
Uses of FunctionContributions in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal with parameters of type FunctionContributions Modifier and Type Method Description void
FunctionContributorImpl. contributeFunctions(FunctionContributions functionContributions)
-
Uses of FunctionContributions in org.hibernate.spatial
Constructors in org.hibernate.spatial with parameters of type FunctionContributions Constructor Description BaseSqmFunctionDescriptors(FunctionContributions functionContributions)
-
Uses of FunctionContributions in org.hibernate.spatial.contributor
Methods in org.hibernate.spatial.contributor with parameters of type FunctionContributions Modifier and Type Method Description void
ContributorImplementor. contributeFunctions(FunctionContributions functionContributions)
void
SpatialFunctionContributor. contributeFunctions(FunctionContributions functionContributions)
-
Uses of FunctionContributions in org.hibernate.spatial.dialect.cockroachdb
Methods in org.hibernate.spatial.dialect.cockroachdb with parameters of type FunctionContributions Modifier and Type Method Description void
CockroachDbContributor. contributeFunctions(FunctionContributions functionContributions)
-
Uses of FunctionContributions in org.hibernate.spatial.dialect.h2gis
Methods in org.hibernate.spatial.dialect.h2gis with parameters of type FunctionContributions Modifier and Type Method Description void
H2GisDialectContributor. contributeFunctions(FunctionContributions functionContributions)
Constructors in org.hibernate.spatial.dialect.h2gis with parameters of type FunctionContributions Constructor Description H2SqmFunctionDescriptors(FunctionContributions contributions)
-
Uses of FunctionContributions in org.hibernate.spatial.dialect.mariadb
Methods in org.hibernate.spatial.dialect.mariadb with parameters of type FunctionContributions Modifier and Type Method Description void
MariaDBDialectContributor. contributeFunctions(FunctionContributions functionContributions)
Constructors in org.hibernate.spatial.dialect.mariadb with parameters of type FunctionContributions Constructor Description MariaDBSqmFunctionDescriptors(FunctionContributions functionContributions)
-
Uses of FunctionContributions in org.hibernate.spatial.dialect.mysql
Methods in org.hibernate.spatial.dialect.mysql with parameters of type FunctionContributions Modifier and Type Method Description void
MySQLDialectContributor. contributeFunctions(FunctionContributions functionContributions)
Constructors in org.hibernate.spatial.dialect.mysql with parameters of type FunctionContributions Constructor Description MySqlSqmFunctionDescriptors(FunctionContributions functionContributions)
-
Uses of FunctionContributions in org.hibernate.spatial.dialect.oracle
Methods in org.hibernate.spatial.dialect.oracle with parameters of type FunctionContributions Modifier and Type Method Description void
OracleDialectContributor. contributeFunctions(FunctionContributions functionContributions)
Constructors in org.hibernate.spatial.dialect.oracle with parameters of type FunctionContributions Constructor Description OracleSDOFunctionDescriptors(FunctionContributions functionContributions)
OracleSQLMMFunctionDescriptors(FunctionContributions functionContributions)
-
Uses of FunctionContributions in org.hibernate.spatial.dialect.postgis
Methods in org.hibernate.spatial.dialect.postgis with parameters of type FunctionContributions Modifier and Type Method Description void
PostgisDialectContributor. contributeFunctions(FunctionContributions functionContributions)
Constructors in org.hibernate.spatial.dialect.postgis with parameters of type FunctionContributions Constructor Description PostgisSqmFunctionDescriptors(FunctionContributions functionContributions)
-
Uses of FunctionContributions in org.hibernate.spatial.dialect.sqlserver
Methods in org.hibernate.spatial.dialect.sqlserver with parameters of type FunctionContributions Modifier and Type Method Description void
SqlServerDialectContributor. contributeFunctions(FunctionContributions functionContributions)
Constructors in org.hibernate.spatial.dialect.sqlserver with parameters of type FunctionContributions Constructor Description SqlServerSqmFunctionDescriptors(FunctionContributions functionContributions)
-