com.fastchar.extjs.core.database.FastExtTableSplit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-extjs Show documentation
Show all versions of fastchar-extjs Show documentation
FastChar-ExtJs is a Java Web framework that uses extjs libraries.Quickly build a background management system
package com.fastchar.extjs.core.database;
import com.fastchar.core.FastChar;
import com.fastchar.database.info.FastDatabaseInfo;
import com.fastchar.database.info.FastTableInfo;
import com.fastchar.utils.FastDateUtils;
import com.fastchar.utils.FastStringUtils;
import java.util.*;
/**
* 分表工具
*/
public class FastExtTableSplit {
private static final String SPLIT_KEY = "_split_";
private static final ThreadLocal
© 2015 - 2025 Weber Informatics LLC | Privacy Policy