package com.avaje.ebeaninternal.api; import java.util.ArrayList; import java.util.List; import com.avaje.ebeaninternal.server.core.PersistRequestBean; /** * Lists of inserted updated and deleted beans that have a BeanPersistListener. *
* These beans will be sent to the appropriate BeanListeners after a successful * commit of the transaction. *
*/ public class TransactionEventBeans { ArrayList