Uses of Interface
com.googlecode.jpattern.orm.query.ISetClause

Packages that use ISetClause
com.googlecode.jpattern.orm.query   
 

Uses of ISetClause in com.googlecode.jpattern.orm.query
 

Classes in com.googlecode.jpattern.orm.query that implement ISetClause
 class SetClause
           
 

Methods in com.googlecode.jpattern.orm.query that return ISetClause
 ISetClause SetClause.eq(String property, Object value)
           
 ISetClause ISetClause.eq(String property, Object value)
          Express the new value of the objects property after the execution of the update.
 ISetClause OrmUpdate.set()
           
 ISetClause IUpdate.set()
          Create or modify the "SET" clause of the update statement.
 



Copyright © 2011. All Rights Reserved.