A B C D E G H I L M O P Q R S U W

A

addEqual(String, Object) - Method in class org.ralasafe.entitle.CustomizedWhere
Add condition like: "property = value"
addGreaterEqual(String, Object) - Method in class org.ralasafe.entitle.CustomizedWhere
Add condition like: "property >= value"
addGreaterThan(String, Object) - Method in class org.ralasafe.entitle.CustomizedWhere
Add condition like: "property > value"
addLessEqual(String, Object) - Method in class org.ralasafe.entitle.CustomizedWhere
Add condition like: "property <= value"
addLessThan(String, Object) - Method in class org.ralasafe.entitle.CustomizedWhere
Add condition like: "property < value"
addLike(String, Object) - Method in class org.ralasafe.entitle.CustomizedWhere
ADD a like condition like: "property LIKE %value%"
addNotEqual(String, Object) - Method in class org.ralasafe.entitle.CustomizedWhere
Add condition like: "property != value"
AND - Static variable in class org.ralasafe.entitle.CustomizedWhere
 

A B C D E G H I L M O P Q R S U W
Copyright © 2010 Wang Jinbao, The Ralasafe Project All Rights Reserved. This is not a complete javadoc, but it's enough for programming.