类 H2KeyGenerator
java.lang.Object
com.baomidou.mybatisplus.extension.incrementer.H2KeyGenerator
- 所有已实现的接口:
com.baomidou.mybatisplus.core.incrementer.IKeyGenerator
public class H2KeyGenerator
extends Object
implements com.baomidou.mybatisplus.core.incrementer.IKeyGenerator
H2 Sequence
- 从以下版本开始:
- 2017-06-12
- 作者:
- Caratacus
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
H2KeyGenerator
public H2KeyGenerator()
-
-
方法详细资料
-
executeSql
- 指定者:
executeSql在接口中com.baomidou.mybatisplus.core.incrementer.IKeyGenerator
-
dbType
public com.baomidou.mybatisplus.annotation.DbType dbType()- 指定者:
dbType在接口中com.baomidou.mybatisplus.core.incrementer.IKeyGenerator
-