org.glassfish.ha.store.criteria
Class Criteria<V>
java.lang.Object
org.glassfish.ha.store.criteria.Criteria<V>
- Type Parameters:
V - The type of
public final class Criteria<V>
- extends Object
A class that represents a Criteria. Currently only an Expression
can be specified using a Criteria. In future this class may be modified
to support selection of Attributes from V
- Author:
- Mahesh Kannan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getExpression
public Expression<Boolean> getExpression()
setExpression
public void setExpression(Expression<Boolean> expression)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.