public interface BeanDeleteIdRequest
A request to delete a bean by Id value.
-
Method Details
-
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.
-