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 incrementally built understanding of the application's domain model (its entities, attributes, etc).org.hibernate.envers.boot.internal org.hibernate.spatial org.hibernate.spatial.contributor org.hibernate.spatial.dialect.cockroachdb SpatialDialects 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 voidFunctionContributor. 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 voidFunctionContributorImpl. 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 voidContributorImplementor. contributeFunctions(FunctionContributions functionContributions)voidSpatialFunctionContributor. 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 voidCockroachDbContributor. 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 voidH2GisDialectContributor. 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 voidMariaDBDialectContributor. 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 voidMySQLDialectContributor. 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 voidOracleDialectContributor. 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 voidPostgisDialectContributor. 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 voidSqlServerDialectContributor. contributeFunctions(FunctionContributions functionContributions)Constructors in org.hibernate.spatial.dialect.sqlserver with parameters of type FunctionContributions Constructor Description SqlServerSqmFunctionDescriptors(FunctionContributions functionContributions)
-