public abstract class AbstractDialectParser extends Object implements InsertParser, DeleteParser, UpdateParser
| 限定符和类型 | 字段和说明 |
|---|---|
protected SchemaProperties |
schemaProperties |
protected TableMeta |
tableMeta |
protected WhereCondition |
whereCondition |
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractDialectParser(Class<?> entityClass,
SchemaProperties schemaProperties,
WhereCondition whereCondition) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract SqlStatementWrapper |
getSqlStatementWrapper() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinsert, insertBatch, insertMultiple, insertSelective, upsert, upsertMultipledelete, deleteByPrimaryKeyupdate, updateByPrimaryKey, updateSelective, updateSelectiveByPrimaryKey, upsertSelectiveprotected TableMeta tableMeta
protected SchemaProperties schemaProperties
protected WhereCondition whereCondition
protected AbstractDialectParser(Class<?> entityClass, SchemaProperties schemaProperties, WhereCondition whereCondition)
public abstract SqlStatementWrapper getSqlStatementWrapper()
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.