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

com.jpattern.orm.query.delete.DeleteQuery Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package com.jpattern.orm.query.delete;


/**
 * 
 * @author Francesco Cina
 *
 * 10/lug/2011
 */
public interface DeleteQuery extends DeleteQueryCommon {

	/**
	 * Create or modify the "WHERE" clause of the statement.
	 * @return
	 */
	DeleteWhere where();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy