public interface WhereCondition
Property objects in the DAO classes to
create new conditions.| Modifier and Type | Interface and Description |
|---|---|
static class |
WhereCondition.AbstractCondition |
static class |
WhereCondition.PropertyCondition |
static class |
WhereCondition.StringCondition |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(java.lang.StringBuilder builder,
java.lang.String tableAlias) |
void |
appendValuesTo(java.util.List<java.lang.Object> values) |
Available under the Apache License, Version 2.0 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.