Uses of Interface
org.miaixz.bus.mapper.support.keysql.GenId
Packages that use GenId
-
Uses of GenId in org.miaixz.bus.mapper.parsing
Fields in org.miaixz.bus.mapper.parsing with type parameters of type GenIdMethod parameters in org.miaixz.bus.mapper.parsing with type arguments of type GenIdModifier and TypeMethodDescription设置 Java 方式生成主键的类 -
Uses of GenId in org.miaixz.bus.mapper.support.keysql
Classes in org.miaixz.bus.mapper.support.keysql that implement GenIdConstructors in org.miaixz.bus.mapper.support.keysql with parameters of type GenIdModifierConstructorDescriptionGenIdKeyGenerator(GenId<?> genId, TableMeta table, ColumnMeta column, org.apache.ibatis.session.Configuration configuration, boolean executeBefore) 构造函数,初始化主键生成器。