Uses of Interface
org.hibernate.query.criteria.JpaFunction
-
Packages that use JpaFunction Package Description org.hibernate.dialect.function org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.sqm.function org.hibernate.query.sqm.tree.expression -
-
Uses of JpaFunction in org.hibernate.dialect.function
Classes in org.hibernate.dialect.function that implement JpaFunction Modifier and Type Class Description protected static classFormatFunction.FormatSqmFunction<T>protected classInverseDistributionFunction.SelfRenderingInverseDistributionFunction<T> -
Uses of JpaFunction in org.hibernate.query.criteria
-
Uses of JpaFunction in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement JpaFunction Modifier and Type Class Description classSelfRenderingSqmAggregateFunction<T>classSelfRenderingSqmFunction<T>classSelfRenderingSqmOrderedSetAggregateFunction<T>classSelfRenderingSqmWindowFunction<T> -
Uses of JpaFunction in org.hibernate.query.sqm.tree.expression
Subinterfaces of JpaFunction in org.hibernate.query.sqm.tree.expression Modifier and Type Interface Description interfaceSqmAggregateFunction<T>A SQM aggregate function.interfaceSqmOrderedSetAggregateFunction<T>A SQM ordered set-aggregate function.interfaceSqmWindowFunction<T>A SQM window function.Classes in org.hibernate.query.sqm.tree.expression that implement JpaFunction Modifier and Type Class Description classSqmFunction<T>A SQM function
-