|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.jpattern.orm.query.SetClause
public class SetClause
| Constructor Summary | |
|---|---|
SetClause()
|
|
| Method Summary | |
|---|---|
void |
appendValues(List<Object> values)
Append to the list all the values of the expression's elements |
ISetClause |
eq(String property,
Object value)
Express the new value of the objects property after the execution of the update. |
String |
renderSql()
Return the sql query generated by this IQuery Object |
void |
renderSql(StringBuilder StringBuilder)
Append to the string buffer the sql query generated by this IQuery Object |
void |
setNameSolver(INameSolver nameSolver)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SetClause()
| Method Detail |
|---|
public ISetClause eq(String property,
Object value)
ISetClause
eq in interface ISetClausepublic String renderSql()
IRenderableSqlObject
renderSql in interface IRenderableSqlObjectpublic void renderSql(StringBuilder StringBuilder)
IRenderableSqlObject
renderSql in interface IRenderableSqlObjectpublic void appendValues(List<Object> values)
ISetClause
appendValues in interface ISetClausepublic void setNameSolver(INameSolver nameSolver)
setNameSolver in interface INameSolverConsumer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||