Package io.ebean.event
Interface BeanDeleteIdRequest
public interface BeanDeleteIdRequest
A request to delete a bean by Id value.
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>beanType()Returns the bean type of the bean being deleted.default Databasedatabase()Return the DB processing the request.default Class<?>Deprecated.default DatabaseDeprecated.Deprecated.default ObjectgetId()Deprecated.default TransactionDeprecated.id()Returns the Id value of the bean being deleted.Return the Transaction associated with this request.
-
Method Details
-
getEbeanServer
Deprecated.Deprecated migrate to database(). -
getDatabase
Deprecated.Deprecated migrate to database(). -
database
Return the DB processing the request. -
transaction
Return the Transaction associated with this request. -
getTransaction
Deprecated.Deprecated migrate to transaction(). -
beanType
Returns the bean type of the bean being deleted. -
getBeanType
Deprecated.Deprecated migrate to beanType(). -
id
Returns the Id value of the bean being deleted. -
getId
Deprecated.Deprecated migrate to id().
-