CriteriaHome Class
DEPRECATED Use com.bea.p13n.expression.Expression
instead.
- public class CriteriaHome
extends Object
implements Serializable
The home class for the Criteria belonging. Use this
class to create instances of Criteria.
Criteria criteria = CriteriaHome.create();
Related Topics
ExpressionHelper
-
Hierarchy
-
Object
CriteriaHome
-
All Implemented Interfaces
-
Serializable
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CriteriaHome
public CriteriaHome()
create() Method
public static Criteria
create()
Create a new Criteria Belonging.