Interface GenId<T>

Type Parameters:
T - 泛型
All Known Implementing Classes:
GenId.NULL

public interface GenId<T>
不提供具体的实现,这里提供一个思路
Since:
Java 17+
Author:
Kimi Liu
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    genId(String table, String column)