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 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 Detail
-
getEbeanServer
EbeanServer getEbeanServer()
Return the server processing the request.
-
getTransaction
Transaction getTransaction()
Return the Transaction associated with this request.
-
-