Module bus.mapper

Class GenId.NULL

java.lang.Object
org.miaixz.bus.mapper.support.keysql.GenId.NULL
All Implemented Interfaces:
GenId<Object>
Enclosing interface:
GenId<T>

public static class GenId.NULL extends Object implements GenId<Object>
默认空实现,抛出不支持操作异常。
  • Constructor Details

    • NULL

      public NULL()
  • Method Details