Interface BeanDeleteIdRequest


public interface BeanDeleteIdRequest
A request to delete a bean by Id value.
  • Method Summary

    Modifier and Type Method Description
    EbeanServer getEbeanServer()
    Return the server processing the request.
    Object getId()
    Returns the Id value of the bean being deleted.
    Transaction getTransaction()
    Return the Transaction associated with this request.