接口 Static<E>

类型参数:
E - The dynamic entity interface type
所有已知子接口:
Input<E>

public interface Static<E>
Super interface for static DTO classes generated by Jimmer. Note, this interface should only be implemented by generated code, not developer.
  • 方法概要

    修饰符和类型
    方法
    说明
     
    toEntity(E base)
     
  • 方法详细资料

    • toEntity

      @NotNull E toEntity()
    • toEntity

      @NotNull E toEntity(E base)