com.jpattern.orm.query.clause
Interface Set<T extends Set<?>>

All Superinterfaces:
SqlClause<T>
All Known Subinterfaces:
UpdateSet
All Known Implementing Classes:
OrmSet, UpdateSetImpl

public interface Set<T extends Set<?>>
extends SqlClause<T>

Author:
Francesco Cina 10/lug/2011

Method Summary
 T eq(String property, Object value)
          Express the new value of the objects property after the execution of the update.
 

Method Detail

eq

T eq(String property,
     Object value)
Express the new value of the objects property after the execution of the update.

Parameters:
property -
value -
Returns:


Copyright © 2013. All Rights Reserved.