类 SqliteDialectUtils


  • public class SqliteDialectUtils
    extends Object
    版本:
    v1.0,Date:2015年3月5日
    作者:
    zhongxuchen
    • 构造器详细资料

      • SqliteDialectUtils

        public SqliteDialectUtils()
    • 方法详细资料

      • isAssignPKValue

        public static boolean isAssignPKValue​(PKStrategy pkStrategy)
      • getSaveOrUpdateSql

        public static String getSaveOrUpdateSql​(Integer dbType,
                                                EntityMeta entityMeta,
                                                String[] forceUpdateFields,
                                                String tableName)
        参数:
        dbType -
        entityMeta -
        forceUpdateFields -
        tableName -
        返回: