-
序号生成器——1.8.2 Stable
released this
2022-07-09 09:45:24 +08:00 | 16 commits to master since this release- 去掉transactionManager、transactionTeplate配置,始终用自己的事务进行管理
- 增加月份、日期是否补零配置
- generate增加withOutSeq参数,此参数为true时,不会生成新序号
Downloads
-
序号生成器——1.7.2 Stable
released this
2022-02-21 16:10:33 +08:00 | 18 commits to master since this release- 增加lock(Sequences sequences, boolean ignoreSeq)、release(Sequences sequences, boolean ignoreSeq)方法
Downloads
-
序号生成器——1.6.2 Stable
released this
2022-02-21 10:35:02 +08:00 | 19 commits to master since this release- 增加releaseBefore、releaseAfter、clearBefore、clearAfter方法
Downloads
-
序号生成器——1.5.2 Stable
released this
2022-02-16 17:48:35 +08:00 | 20 commits to master since this release- 将key、type、seq长度分别调整为64,64,20,避免出现建表失败问题
Downloads
-
序号生成器——1.5.1 Stable
released this
2022-02-15 09:52:46 +08:00 | 25 commits to master since this release- 增加void clear()和void clear(begin,end)来清除所有未使用序号和未锁定序号
Downloads
-
序号生成器——1.4.1 Stable
released this
2022-02-14 16:38:39 +08:00 | 27 commits to master since this release- 增加默认最小长度配置,调用generator的format方法时,如不传minLength,则从配置中获取
- 格式占位符单独放到FormatPlaceholer枚举中
- lock方法增加null判断
Downloads
-
序号生成器——1.3.1 Stable
released this
2022-02-11 14:49:37 +08:00 | 28 commits to master since this release- GeneratorConfig中,增加了字符串类型的type字段来配置默认序号类型,该值默认为DEFAULT
Downloads
-
序号生成器——1.2.1 Stable
released this
2022-02-11 14:28:43 +08:00 | 29 commits to master since this release- 事务操作模板由通过JdbcTransactionManager构造函数构建改为由DataSourceTransactionManager构造函数构建,以兼容spring4
Downloads
-
序号生成器——1.2.0 Stable
released this
2022-02-11 14:03:33 +08:00 | 30 commits to master since this release- 增加根据格式字符串,反解析格式化后的字符串为序号对象方法 Sequences parse(String formatted, String pattern);
Downloads
-
序号生成器——1.1.0 Stable
released this
2022-02-10 11:31:11 +08:00 | 34 commits to master since this release- 增加释放指定序号方法void release(Sequences sequences)。sequences 为需要释放的序号。一般是一个通过key、type、seq三个属性一起手动构建或通过new Sequences(String key, String type, Long seq)构造方法构建的实例对象
Downloads