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 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<Boolean> getExpression()
           
 void setExpression(Expression<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<Boolean> getExpression()

setExpression

public void setExpression(Expression<Boolean> expression)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.