java.lang.Object
org.miaixz.bus.mapper.support.keysql.GenId.NULL
默认空实现,抛出不支持操作异常。
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.miaixz.bus.mapper.support.keysql.GenId
GenId.NULL -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NULL
public NULL()
-
-
Method Details
-
genId
默认实现,抛出不支持操作异常。- Specified by:
genIdin interfaceGenId<Object>- Parameters:
table- 实体表信息column- 主键列信息- Returns:
- 无返回值,总是抛出异常
- Throws:
UnsupportedOperationException- 不支持的主键生成操作
-