org.dasein.persist.jdbc
Class AutomatedSql.Criterion

java.lang.Object
  extended by org.dasein.persist.jdbc.AutomatedSql.Criterion
Enclosing class:
AutomatedSql

public static class AutomatedSql.Criterion
extends Object


Field Summary
 String column
           
 Class<? extends org.dasein.util.CachedItem> entity
           
 AutomatedSql.Operator operator
           
 
Constructor Summary
AutomatedSql.Criterion(Class<? extends org.dasein.util.CachedItem> entity, String column, AutomatedSql.Operator operator)
           
AutomatedSql.Criterion(String col)
           
AutomatedSql.Criterion(String col, AutomatedSql.Operator oper)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

public String column

entity

public Class<? extends org.dasein.util.CachedItem> entity

operator

public AutomatedSql.Operator operator
Constructor Detail

AutomatedSql.Criterion

public AutomatedSql.Criterion(String col)

AutomatedSql.Criterion

public AutomatedSql.Criterion(String col,
                              AutomatedSql.Operator oper)

AutomatedSql.Criterion

public AutomatedSql.Criterion(Class<? extends org.dasein.util.CachedItem> entity,
                              String column,
                              AutomatedSql.Operator operator)


Copyright © 2011 enStratus Networks LLC. All Rights Reserved.