Interface EntityTypeUtil.EntityIdSetter<T extends EntityType>

Enclosing class:
EntityTypeUtil
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EntityTypeUtil.EntityIdSetter<T extends EntityType>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setId(T entityType, int id)
     
  • Method Details

    • setId

      void setId(T entityType, int id)