public interface InterceptDelete
| Modifier and Type | Method and Description |
|---|---|
int |
delete(Class<?> beanType,
Object id,
com.avaje.ebean.Transaction transaction) |
boolean |
delete(Object bean,
com.avaje.ebean.Transaction t) |
int |
delete(com.avaje.ebean.Query<?> query,
com.avaje.ebean.Transaction transaction) |
int |
deleteAll(Class<?> beanType,
Collection<?> ids,
com.avaje.ebean.Transaction transaction) |
int |
deleteAll(Collection<?> c) |
int |
deleteAll(Collection<?> c,
com.avaje.ebean.Transaction transaction) |
int |
deleteAllPermanent(Class<?> beanType,
Collection<?> ids) |
int |
deleteAllPermanent(Class<?> beanType,
Collection<?> ids,
com.avaje.ebean.Transaction transaction) |
int |
deleteAllPermanent(Collection<?> beans) |
int |
deleteAllPermanent(Collection<?> beans,
com.avaje.ebean.Transaction transaction) |
int |
deletePermanent(Class<?> beanType,
Object id) |
int |
deletePermanent(Class<?> beanType,
Object id,
com.avaje.ebean.Transaction transaction) |
boolean |
deletePermanent(Object bean) |
boolean |
deletePermanent(Object bean,
com.avaje.ebean.Transaction transaction) |
boolean delete(Object bean, com.avaje.ebean.Transaction t) throws javax.persistence.OptimisticLockException
javax.persistence.OptimisticLockExceptionint deletePermanent(Class<?> beanType, Object id)
int deletePermanent(Class<?> beanType, Object id, com.avaje.ebean.Transaction transaction)
int deleteAll(Collection<?> c) throws javax.persistence.OptimisticLockException
javax.persistence.OptimisticLockExceptionint deleteAll(Collection<?> c, com.avaje.ebean.Transaction transaction) throws javax.persistence.OptimisticLockException
javax.persistence.OptimisticLockExceptionint delete(com.avaje.ebean.Query<?> query, com.avaje.ebean.Transaction transaction) throws javax.persistence.OptimisticLockException
javax.persistence.OptimisticLockExceptionint deleteAll(Class<?> beanType, Collection<?> ids, com.avaje.ebean.Transaction transaction)
int deleteAllPermanent(Class<?> beanType, Collection<?> ids)
int deleteAllPermanent(Class<?> beanType, Collection<?> ids, com.avaje.ebean.Transaction transaction)
boolean deletePermanent(Object bean)
boolean deletePermanent(Object bean, com.avaje.ebean.Transaction transaction)
int deleteAllPermanent(Collection<?> beans)
int deleteAllPermanent(Collection<?> beans, com.avaje.ebean.Transaction transaction)
Copyright © 2016. All rights reserved.