com.jpattern.orm.query.delete
Interface DeleteQuery

All Superinterfaces:
DeleteQueryCommon, QueryRoot, RenderableSqlQuery
All Known Implementing Classes:
DeleteQueryOrm

public interface DeleteQuery
extends DeleteQueryCommon

Author:
Francesco Cina 10/lug/2011

Method Summary
 DeleteWhere where()
          Create or modify the "WHERE" clause of the statement.
 
Methods inherited from interface com.jpattern.orm.query.delete.DeleteQueryCommon
getQueryTimeout, perform, setQueryTimeout
 
Methods inherited from interface com.jpattern.orm.query.RenderableSqlQuery
appendValues, renderSql, renderSql
 

Method Detail

where

DeleteWhere where()
Create or modify the "WHERE" clause of the statement.

Returns:


Copyright © 2013. All Rights Reserved.