org.glassfish.ha.store.criteria
Class Criteria<V>

java.lang.Object
  extended by org.glassfish.ha.store.criteria.Criteria<V>
Type Parameters:
V - The type of

public final class Criteria<V>
extends java.lang.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

Method Summary
 Expression<java.lang.Boolean> getExpression()
           
 void setExpression(Expression<java.lang.Boolean> expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExpression

public Expression<java.lang.Boolean> getExpression()

setExpression

public void setExpression(Expression<java.lang.Boolean> expression)


Copyright © 2010. All Rights Reserved.