static ReflectPropsHandler |
DialectUtils.getAddReflectHandler(EntityMeta entityMeta,
ReflectPropsHandler preHandler,
IUnifyFieldsHandler unifyFieldsHandler) |
|
static ReflectPropsHandler |
DialectUtils.getSaveOrUpdateReflectHandler(String[] idFields,
ReflectPropsHandler prepHandler,
String[] forceUpdateProps,
IUnifyFieldsHandler unifyFieldsHandler) |
|
static String |
DB2DialectUtils.getSaveOrUpdateSql(IUnifyFieldsHandler unifyFieldsHandler,
Integer dbType,
EntityMeta entityMeta,
PKStrategy pkStrategy,
String[] forceUpdateFields,
String fromTable,
String isNullFunction,
String sequence,
boolean isAssignPK,
String tableName) |
|
static String |
DialectUtils.getSaveOrUpdateSql(IUnifyFieldsHandler unifyFieldsHandler,
Integer dbType,
EntityMeta entityMeta,
PKStrategy pkStrategy,
String[] forceUpdateFields,
String fromTable,
String isNullFunction,
String sequence,
boolean isAssignPK,
String tableName) |
|
static String |
SqlServerDialectUtils.getSaveOrUpdateSql(IUnifyFieldsHandler unifyFieldsHandler,
Integer dbType,
EntityMeta entityMeta,
PKStrategy pkStrategy,
String[] forceUpdateFields,
String tableName,
String isNullFunction,
String sequence,
boolean isAssignPK) |
|
static ReflectPropsHandler |
DialectUtils.getUpdateReflectHandler(ReflectPropsHandler preHandler,
String[] forceUpdateProps,
IUnifyFieldsHandler unifyFieldsHandler) |
|
static ReflectPropsHandler |
DialectUtils.wrapReflectWithUnifyFields(String sql,
ReflectPropsHandler reflectPropsHandler,
IUnifyFieldsHandler unifyFieldsHandler) |
|