org.dasein.persist.jdbc
Class AutomatedSql.Criterion
java.lang.Object
org.dasein.persist.jdbc.AutomatedSql.Criterion
- Enclosing class:
- AutomatedSql
public static class AutomatedSql.Criterion
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
column
public String column
entity
public Class<? extends org.dasein.util.CachedItem> entity
operator
public AutomatedSql.Operator operator
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.