Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.ejb.criteria.expression.function.AggregationFunction Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
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