All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.orm.query.clause.Set Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
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