Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.ejb.criteria.expression Classes and Interfaces - 49 results found.
NameDescriptionTypePackageFramework
AbsFunctionModels the ANSI SQL ABS function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
AbstractTupleElementClassorg.hibernate.ejb.criteria.expressionHibernate 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
BinaryArithmeticOperationModels standard arithmetc operations with two operands.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
BinaryArithmeticOperation .OperationClassorg.hibernate.ejb.criteria.expression.BinaryArithmeticOperationHibernate ORM
BinaryOperatorExpressionContract for operators with two operands.Interfaceorg.hibernate.ejb.criteria.expressionHibernate ORM
CastFunctionModels a CAST function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
CoalesceExpressionModels an ANSI SQL COALESCE expression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
CompoundSelectionImplThe Hibernate implementation of the JPA CompoundSelectionSee Also:Serialized FormClassorg.hibernate.ejb.criteria.expressionHibernate ORM
ConcatExpressionA string concatenation.Classorg.hibernate.ejb.criteria.expressionHibernate 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
EntityTypeExpressionClassorg.hibernate.ejb.criteria.expressionHibernate ORM
ExpressionImplModels an expression in the criteria query language.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
ExpressionImplementorInterfaceorg.hibernate.ejb.criteriaHibernate 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
ListIndexExpressionAn expression for referring to the index of a list.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
LiteralExpressionRepresents a literal expression.Classorg.hibernate.ejb.criteria.expressionHibernate 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
MapEntryExpressionClassorg.hibernate.ejb.criteria.expressionHibernate ORM
NullifExpressionModels an ANSI SQL NULLIF expression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
NullLiteralExpressionRepresents a NULLliteral expression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
ParameterExpressionImplDefines a parameter specification, or the information about a parameter (where it occurs, what isSee Also:Serialized FormClassorg.hibernate.ejb.criteria.expressionHibernate ORM
ParameterizedFunctionExpressionSupport for functions with parameters.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
PathTypeExpressionUsed to construct the result of Path.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
SearchedCaseExpressionModels what ANSI SQL terms a searched case expression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
SelectionImplThe Hibernate implementation of the JPA SelectionSee Also:Serialized FormClassorg.hibernate.ejb.criteria.expressionHibernate ORM
SimpleCaseExpressionModels what ANSI SQL terms a simple case statement.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
SizeOfCollectionExpressionRepresents a size of expression in regards to a persistent collection; the implication is that of a subquery.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
SqrtFunctionModels the ANSI SQL SQRT function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM
SubqueryComparisonModifierExpressionRepresents a SubqueryComparisonModifierExpression.Classorg.hibernate.ejb.criteria.expressionHibernate ORM
SubqueryComparisonModifierExpression .ModifierClassorg.hibernate.ejb.criteria.expression.SubqueryComparisonModifierExpressionHibernate 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
UnaryArithmeticOperationModels unary arithmetic operation (unary plus and unary minus).Classorg.hibernate.ejb.criteria.expressionHibernate ORM
UnaryArithmeticOperation .OperationClassorg.hibernate.ejb.criteria.expression.UnaryArithmeticOperationHibernate ORM
UnaryOperatorExpressionContract for operators with a single operand.Interfaceorg.hibernate.ejb.criteria.expressionHibernate ORM
UpperFunctionModels the ANSI SQL UPPER function.Classorg.hibernate.ejb.criteria.expression.functionHibernate ORM