Interface JPAUpdateMergeFunction<E extends org.dromara.warm.flow.core.entity.RootEntity>

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 interface JPAUpdateMergeFunction<E extends org.dromara.warm.flow.core.entity.RootEntity>
Since:
2024/5/20 17:48
Author:
vanlin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    merge(E source)
     
  • Method Details

    • merge

      void merge(E source)