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

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


Uses of Package
net.sf.hibernate.expression

Packages that use net.sf.hibernate.expression
net.sf.hibernate   
net.sf.hibernate.expression   
net.sf.hibernate.impl   
 

Classes in net.sf.hibernate.expression used by net.sf.hibernate
Criterion
          An object-oriented representation of a query criterion that may be used as a constraint in a Criteria query.
Order
          Represents an order imposed upon a Criteria result set
 

Classes in net.sf.hibernate.expression used by net.sf.hibernate.expression
AbstractCriterion
          Base class for Criterion implementations
Conjunction
           
Criterion
          An object-oriented representation of a query criterion that may be used as a constraint in a Criteria query.
Disjunction
           
Example
          Support for query by example.
Example.PropertySelector
          A strategy for choosing property values for inclusion in the query criteria
Junction
          A sequence of a logical expressions combined by some associative logical operator
LogicalExpression
          Superclass of binary logical expressions
MatchMode
          Represents an strategy for matching strings using "like".
Order
          Represents an order imposed upon a Criteria result set
PropertyExpression
          superclass for comparisons between two properties (with SQL binary operators)
SimpleExpression
          superclass for "simple" comparisons (with SQL binary operators)
 

Classes in net.sf.hibernate.expression used by net.sf.hibernate.impl
Criterion
          An object-oriented representation of a query criterion that may be used as a constraint in a Criteria query.
Order
          Represents an order imposed upon a Criteria result set