public interface EntityWithVersionTag
| Modifier and Type | Method and Description |
|---|---|
Object |
calcNextVersion()
计算下一个版本号,版本号可以为任何类型,但是必须支持sql语句中的 =
|
String |
obtainVersionProperty()
返回记录版本的属性,这个属性必须和数据库表中的某个字段对应,
也就是说这个属性必须有 @Column
|
Copyright © 2024 江苏南大先腾信息产业股份有限公司. All rights reserved.