public class SqlDelete
extends java.lang.Object
implements cn.featherfly.juorm.dsl.execute.Delete
SqlDelete
.public SqlDelete(java.lang.String tableName,
Jdbc jdbc)
tableName - the table namejdbc - the jdbcpublic SqlDelete(ClassMapping<?> classMapping, Jdbc jdbc)
classMapping - the class mappingjdbc - the jdbcpublic SqlDelete(cn.featherfly.juorm.expression.Repository repository,
Jdbc jdbc)
repository - repositoryjdbc - jdbcpublic cn.featherfly.juorm.dsl.execute.ExecutableConditionGroupExpression where()
where 在接口中 cn.featherfly.juorm.expression.execute.DeleteExpression<cn.featherfly.juorm.dsl.execute.ExecutableConditionGroupExpression,cn.featherfly.juorm.dsl.execute.ExecutableConditionGroupLogicExpression>