Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.ejb.criteria.expression.function Classes and Interfaces - 23 results found.
NameDescriptionTypePackageFramework
AbsFunctionModels the ANSI SQL ABS function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
AggregationFunctionModels SQL aggregation functions (MIN, MAX, COUNT, etc).Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
AggregationFunction .AVG Parameterized as Double because thats what JPA states that the return from AVG should be.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .COUNT Parameterized as Long because thats what JPA states that the return from COUNT should be.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .GREATESTModels the MAX function in terms of non-numeric expressions.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .LEASTModels the MIN function in terms of non-numeric expressions.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .MAX Parameterized as N extends Number because thats what JPA states that the return from MAX should be.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .MIN Parameterized as N extends Number because thats what JPA states that the return from MIN should be.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
AggregationFunction .SUM Parameterized as N extends Number because thats what JPA states that the return from SUM should be.Classorg.hibernate.ejb.criteria.expression.function.AggregationFunctionHibernate ORM
BasicFunctionExpressionModels the basic concept of a SQL function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
CastFunctionModels a CAST function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
CurrentDateFunctionModels the ANSI SQL CURRENT_DATE function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
CurrentTimeFunctionModels the ANSI SQL CURRENT_TIME function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
CurrentTimestampFunctionModels the ANSI SQL CURRENT_TIMESTAMP function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
FunctionExpressionContract for expressions which model a SQL function call.Interfaceorg.hibernate.ejb.criteria.expression.functionHibernate ORM
LengthFunctionModels the ANSI SQL LENGTH function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
LocateFunctionModels the ANSI SQL LOCATE function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
LowerFunctionModels the ANSI SQL LOWER function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
ParameterizedFunctionExpressionSupport for functions with parameters.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
SqrtFunctionModels the ANSI SQL SQRT function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
SubstringFunctionModels the ANSI SQL SUBSTRING function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
TrimFunctionModels the ANSI SQL TRIM function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
UpperFunctionModels the ANSI SQL UPPER function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM