Module io.ebean.api

Interface BeanDeleteIdRequest


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

    Modifier and Type
    Method
    Description
    Returns the bean type of the bean being deleted.
    Return the DB processing the request.
    id()
    Returns the Id value of the bean being deleted.
    Return the Transaction associated with this request.
  • Method Details

    • database

      Database database()
      Return the DB processing the request.
    • transaction

      Transaction transaction()
      Return the Transaction associated with this request.
    • beanType

      Class<?> beanType()
      Returns the bean type of the bean being deleted.
    • id

      Object id()
      Returns the Id value of the bean being deleted.