Package io.ebean.event
Interface BeanDeleteIdRequest
-
public interface BeanDeleteIdRequest
A request to delete a bean by Id value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-
-
-
Method Detail
-
getEbeanServer
EbeanServer getEbeanServer()
Return the server processing the request.
-
getTransaction
Transaction getTransaction()
Return the Transaction associated with this request.
-
-