public interface DMLBuilder
ConnectionExecutorItem insert(Object instance) throws Exception
instanc - 实例对象ExceptionConnectionExecutorItem[] insert(Object[] instances) throws Exception
instances - 实例数组ExceptionConnectionExecutorItem insertBatch(Object[] instances) throws Exception
instances - 实例数组ExceptionConnectionExecutorItem insertBatch(Object[] instances, int offset, int length) throws Exception
instances - 实例数组offset - 便宜量length - 长度ExceptionConnectionExecutorItem updateByUniqueKey(Object instance) throws Exception
instanc - 实例对象ExceptionConnectionExecutorItem updateByUniqueKey(Object[] instances) throws Exception
instances - 实例数组ExceptionConnectionExecutorItem updateById(Object instance) throws Exception
instanc - 实例对象ExceptionConnectionExecutorItem updateById(Object[] instances) throws Exception
instances - 实例数组ExceptionConnectionExecutorItem deleteByUniqueKey(Object instance) throws Exception
instanc - 实例对象ExceptionConnectionExecutorItem deleteByUniqueKey(Object[] instances) throws Exception
instances - 实例数组ExceptionConnectionExecutorItem deleteById(Object instance) throws Exception
instanc - 实例对象ExceptionConnectionExecutorItem deleteById(Object[] instances) throws Exception
instances - 实例数组ExceptionConnectionExecutorItem deleteByProperty(Class clazz, String property, Object value) throws SQLException
clazz - 实体类property - 属性名称value - 属性值SQLExceptionConnectionExecutorItem deleteByProperty(String tableName, String property, Object value) throws SQLException
tableName - 表名property - 属性名称value - 属性值SQLExceptionConnectionExecutorItem clear(String tableName) throws SQLException
tableName - 表名称SQLExceptionCopyright © 2022. All rights reserved.