com.jpattern.orm.query.delete.DeleteQuery Maven / Gradle / Ivy
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