Package io.ebean.event
Interface BeanDeleteIdRequest
public interface BeanDeleteIdRequest
A request to delete a bean by Id value.
-
Method Summary
Modifier and Type Method Description EbeanServergetEbeanServer()Return the server processing the request.ObjectgetId()Returns the Id value of the bean being deleted.TransactiongetTransaction()Return the Transaction associated with this request.
-
Method Details
-
getEbeanServer
Return the server processing the request. -
getTransaction
Return the Transaction associated with this request. -
getId
Returns the Id value of the bean being deleted.
-