-
public interface BeanDeleteIdRequestA request to delete a bean by Id value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>beanType()Returns the bean type of the bean being deleted.Databasedatabase()Return the DB processing the request.Objectid()Returns the Id value of the bean being deleted.Transactiontransaction()Return the Transaction associated with this request.
-
-
-
Method Detail
-
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.
-
-