Interface EntityUpdateInvocation

All Superinterfaces:
EntityInvocation<Void>

public interface EntityUpdateInvocation extends EntityInvocation<Void>
  • Method Details

    • getEntity

      Entity getEntity()
    • setEntity

      void setEntity(Entity entity)
    • getUpdateOption

      UpdateOption getUpdateOption()
    • setUpdateOption

      void setUpdateOption(UpdateOption updateOption)