站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

net.sf.hibernate.expression (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Package net.sf.hibernate.expression

Interface Summary
Criterion An object-oriented representation of a query criterion that may be used as a constraint in a Criteria query.
Example.PropertySelector A strategy for choosing property values for inclusion in the query criteria
 

Class Summary
AbstractCriterion Base class for Criterion implementations
AndExpression A logical "and"
BetweenExpression Constrains a property to between two values
Conjunction  
Disjunction  
EqExpression  
EqPropertyExpression  
Example Support for query by example.
Expression The expression package may be used by applications as a framework for building new kinds of Criterion.
GeExpression  
GtExpression  
IlikeExpression A case-insensitive "like"
InExpression Constrains the property to a specified list of values
Junction A sequence of a logical expressions combined by some associative logical operator
LeExpression  
LePropertyExpression  
LikeExpression  
LogicalExpression Superclass of binary logical expressions
LtExpression  
LtPropertyExpression  
MatchMode Represents an strategy for matching strings using "like".
NotExpression Negates another criterion
NotNullExpression Constrains a property to be non-null
NullExpression Constrains a property to be null
Order Represents an order imposed upon a Criteria result set
OrExpression A logical "or"
PropertyExpression superclass for comparisons between two properties (with SQL binary operators)
SimpleExpression superclass for "simple" comparisons (with SQL binary operators)
SQLCriterion A SQL fragment.