Class DeleteEntityCommand<E extends EntityType<E>,​ID extends Identifier<E>>

    • Constructor Detail

      • DeleteEntityCommand

        public DeleteEntityCommand​(E entityType,
                                   ID key)
    • Method Detail

      • getIdentifier

        public ID getIdentifier()
        Returns:
        the identifier of the entity being changed. Works only for update or delete changes, not for create
      • getChangeOperation

        public ChangeOperation getChangeOperation()
        Returns:
        return change operation
      • isCascade

        public boolean isCascade()