com.jpattern.orm.query.delete
Interface DeleteWhere

All Superinterfaces:
DeleteQueryCommon, QueryRoot, RenderableSqlQuery, SqlClause<DeleteWhere>, Where<DeleteWhere>
All Known Implementing Classes:
DeleteWhereImpl

public interface DeleteWhere
extends Where<DeleteWhere>, DeleteQueryCommon

Author:
ufo

Method Summary
 DeleteQuery query()
          Return the root query object
 
Methods inherited from interface com.jpattern.orm.query.clause.Where
allEq, and, and, eq, eqProperties, ge, geProperties, gt, gtProperties, ieq, ieqProperties, ilike, in, in, in, isNotNull, isNull, le, leProperties, like, lt, ltProperties, ne, neProperties, nin, nin, nin, nlike, not, or, or
 
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

query

DeleteQuery query()
Return the root query object

Returns:


Copyright © 2013. All Rights Reserved.