| 程序包 | 说明 |
|---|---|
| org.sagacity.sqltoy.dialect | |
| org.sagacity.sqltoy.dialect.impl | |
| org.sagacity.sqltoy.dialect.utils | |
| org.sagacity.sqltoy.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
DialectFactory.batchUpdate(SqlToyContext sqlToyContext,
SqlToyConfig sqlToyConfig,
List dataSet,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
InsertRowCallbackHandler insertCallhandler,
Boolean autoCommit,
DataSource dataSource) |
Long |
DialectFactory.batchUpdate(SqlToyContext sqlToyContext,
SqlToyConfig sqlToyConfig,
List dataSet,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
InsertRowCallbackHandler insertCallhandler,
Boolean autoCommit,
DataSource dataSource) |
Long |
Dialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Dialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DialectFactory.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
DataSource dataSource,
Boolean autoCommit) |
Long |
DialectFactory.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
DataSource dataSource,
Boolean autoCommit) |
Long |
Dialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Dialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DialectFactory.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
DataSource dataSource,
Boolean autoCommit) |
Long |
DialectFactory.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
DataSource dataSource,
Boolean autoCommit) |
Long |
Dialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Dialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DialectFactory.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] forceUpdateProps,
ReflectPropsHandler reflectPropsHandler,
DataSource dataSource,
Boolean autoCommit) |
Long |
DialectFactory.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] forceUpdateProps,
ReflectPropsHandler reflectPropsHandler,
DataSource dataSource,
Boolean autoCommit) |
Long |
Dialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Dialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DialectFactory.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
DataSource dataSource,
Boolean autoCommit) |
Long |
DialectFactory.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
DataSource dataSource,
Boolean autoCommit) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
ClickHouseDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DB2Dialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DefaultDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DMDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
GaussDBDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
H2Dialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ImpalaDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
KingbaseDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
MySqlDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OceanBaseDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Oracle11gDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OracleDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
PostgreSqlDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqliteDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqlServerDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TDengineDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TidbDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TidbDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TDengineDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqlServerDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqliteDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
PostgreSqlDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OracleDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Oracle11gDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OceanBaseDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
MySqlDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
KingbaseDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ImpalaDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
H2Dialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
GaussDBDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DMDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DefaultDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DB2Dialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ClickHouseDialect.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ClickHouseDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DB2Dialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DefaultDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DMDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
GaussDBDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
H2Dialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ImpalaDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
KingbaseDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
MySqlDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OceanBaseDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Oracle11gDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OracleDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
PostgreSqlDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqliteDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqlServerDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TDengineDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TidbDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TidbDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TDengineDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqlServerDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqliteDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
PostgreSqlDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OracleDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Oracle11gDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OceanBaseDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
MySqlDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
KingbaseDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ImpalaDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
H2Dialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
GaussDBDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DMDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DefaultDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DB2Dialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ClickHouseDialect.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ClickHouseDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DB2Dialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DefaultDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DMDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
GaussDBDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
H2Dialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ImpalaDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
KingbaseDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
MySqlDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OceanBaseDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Oracle11gDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OracleDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
PostgreSqlDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqliteDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqlServerDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TDengineDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TidbDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TidbDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TDengineDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqlServerDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqliteDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
PostgreSqlDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OracleDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Oracle11gDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OceanBaseDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
MySqlDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
KingbaseDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ImpalaDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
H2Dialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
GaussDBDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DMDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DefaultDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DB2Dialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ClickHouseDialect.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ClickHouseDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DB2Dialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DefaultDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DMDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
GaussDBDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ImpalaDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
KingbaseDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
MySqlDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OceanBaseDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Oracle11gDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OracleDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
PostgreSqlDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqliteDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqlServerDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TDengineDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TidbDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TidbDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
TDengineDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqlServerDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
SqliteDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
PostgreSqlDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OracleDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
Oracle11gDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
OceanBaseDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
MySqlDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
KingbaseDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ImpalaDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
GaussDBDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DMDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DefaultDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
DB2Dialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
Long |
ClickHouseDialect.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] uniqueFields,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReflectPropsHandler |
DialectUtils.getAddReflectHandler(EntityMeta entityMeta,
ReflectPropsHandler preHandler,
IUnifyFieldsHandler unifyFieldsHandler) |
static ReflectPropsHandler |
DialectUtils.getAddReflectHandler(EntityMeta entityMeta,
ReflectPropsHandler preHandler,
IUnifyFieldsHandler unifyFieldsHandler) |
static ReflectPropsHandler |
DialectUtils.getSaveOrUpdateReflectHandler(String[] idFields,
ReflectPropsHandler prepHandler,
String[] forceUpdateProps,
IUnifyFieldsHandler unifyFieldsHandler) |
static ReflectPropsHandler |
DialectUtils.getSaveOrUpdateReflectHandler(String[] idFields,
ReflectPropsHandler prepHandler,
String[] forceUpdateProps,
IUnifyFieldsHandler unifyFieldsHandler) |
static ReflectPropsHandler |
DialectUtils.getSecureReflectHandler(ReflectPropsHandler preHandler,
FieldsSecureProvider fieldsSecureProvider,
DesensitizeProvider desensitizeProvider,
List<FieldSecureConfig> secureFields) |
static ReflectPropsHandler |
DialectUtils.getSecureReflectHandler(ReflectPropsHandler preHandler,
FieldsSecureProvider fieldsSecureProvider,
DesensitizeProvider desensitizeProvider,
List<FieldSecureConfig> secureFields) |
static ReflectPropsHandler |
DialectUtils.getUpdateReflectHandler(ReflectPropsHandler preHandler,
String[] forceUpdateProps,
IUnifyFieldsHandler unifyFieldsHandler) |
static ReflectPropsHandler |
DialectUtils.getUpdateReflectHandler(ReflectPropsHandler preHandler,
String[] forceUpdateProps,
IUnifyFieldsHandler unifyFieldsHandler) |
static Long |
DialectUtils.saveAll(SqlToyContext sqlToyContext,
EntityMeta entityMeta,
PKStrategy pkStrategy,
boolean isAssignPK,
String insertSql,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit) |
static Long |
DialectUtils.saveAll(SqlToyContext sqlToyContext,
EntityMeta entityMeta,
PKStrategy pkStrategy,
boolean isAssignPK,
String insertSql,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit) |
static Long |
ClickHouseDialectUtils.saveAll(SqlToyContext sqlToyContext,
EntityMeta entityMeta,
String insertSql,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit) |
static Long |
ClickHouseDialectUtils.saveAll(SqlToyContext sqlToyContext,
EntityMeta entityMeta,
String insertSql,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit) |
static Long |
PostgreSqlDialectUtils.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit,
String tableName) |
static Long |
PostgreSqlDialectUtils.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit,
String tableName) |
static Long |
SqlServerDialectUtils.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit,
String tableName) |
static Long |
SqlServerDialectUtils.saveAll(SqlToyContext sqlToyContext,
List<?> entities,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit,
String tableName) |
static Long |
DialectUtils.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
EntityMeta entityMeta,
GenerateSqlHandler generateSqlHandler,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit) |
static Long |
DialectUtils.saveAllIgnoreExist(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
EntityMeta entityMeta,
GenerateSqlHandler generateSqlHandler,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit) |
static Long |
DialectUtils.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
EntityMeta entityMeta,
String[] forceUpdateFields,
GenerateSqlHandler generateSqlHandler,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit) |
static Long |
DialectUtils.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
EntityMeta entityMeta,
String[] forceUpdateFields,
GenerateSqlHandler generateSqlHandler,
ReflectPropsHandler reflectPropsHandler,
Connection conn,
Integer dbType,
Boolean autoCommit) |
static Long |
SqlServerDialectUtils.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
Boolean autoCommit,
String tableName) |
static Long |
SqlServerDialectUtils.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
Boolean autoCommit,
String tableName) |
static Long |
PostgreSqlDialectUtils.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
static Long |
PostgreSqlDialectUtils.saveOrUpdateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
ReflectPropsHandler reflectPropsHandler,
String[] forceUpdateFields,
Connection conn,
Integer dbType,
String dialect,
Boolean autoCommit,
String tableName) |
static Long |
ClickHouseDialectUtils.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
String nullFunction,
Connection conn,
Integer dbType,
Boolean autoCommit,
String tableName,
boolean skipNull) |
static Long |
DialectUtils.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
String nullFunction,
Connection conn,
Integer dbType,
Boolean autoCommit,
String tableName,
boolean skipNull) |
static Long |
DialectUtils.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
String nullFunction,
Connection conn,
Integer dbType,
Boolean autoCommit,
String tableName,
boolean skipNull) |
static Long |
ClickHouseDialectUtils.updateAll(SqlToyContext sqlToyContext,
List<?> entities,
int batchSize,
String[] forceUpdateFields,
ReflectPropsHandler reflectPropsHandler,
String nullFunction,
Connection conn,
Integer dbType,
Boolean autoCommit,
String tableName,
boolean skipNull) |
static ReflectPropsHandler |
DialectUtils.wrapReflectWithUnifyFields(String sql,
ReflectPropsHandler reflectPropsHandler,
IUnifyFieldsHandler unifyFieldsHandler) |
static ReflectPropsHandler |
DialectUtils.wrapReflectWithUnifyFields(String sql,
ReflectPropsHandler reflectPropsHandler,
IUnifyFieldsHandler unifyFieldsHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Object[]> |
BeanUtil.reflectBeansToInnerAry(List dataSet,
String[] properties,
Object[] defaultValues,
ReflectPropsHandler reflectPropsHandler) |
static List<Object[]> |
BeanUtil.reflectBeansToInnerAry(List dataSet,
String[] properties,
Object[] defaultValues,
ReflectPropsHandler reflectPropsHandler) |
static List |
BeanUtil.reflectBeansToList(List datas,
String[] properties,
ReflectPropsHandler reflectPropsHandler) |
static List |
BeanUtil.reflectBeansToList(List datas,
String[] properties,
ReflectPropsHandler reflectPropsHandler) |
static Object[] |
BeanUtil.reflectBeanToAry(Object serializable,
String[] properties,
Object[] defaultValues,
ReflectPropsHandler reflectPropsHandler) |
static Object[] |
BeanUtil.reflectBeanToAry(Object serializable,
String[] properties,
Object[] defaultValues,
ReflectPropsHandler reflectPropsHandler) |
Copyright © 2023. All rights reserved.