Interface EntityInsertInvocation

All Superinterfaces:
EntityInvocation<String>

public interface EntityInsertInvocation extends EntityInvocation<String>
  • Method Details

    • getEntity

      Entity getEntity()
    • setEntity

      void setEntity(Entity entity)
    • getInsertOption

      InsertOption getInsertOption()
    • setInsertOption

      void setInsertOption(InsertOption insertOption)