com.jpattern.orm.query.clause.Set Maven / Gradle / Ivy
package com.jpattern.orm.query.clause;
/**
*
* @author Francesco Cina
*
* 10/lug/2011
*/
public interface Set> extends SqlClause {
/**
* Express the new value of the objects property after the execution of the update.
*
* @param property
* @param value
* @return
*/
T eq(String property, Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy