These beans will be sent to the appropriate BeanListeners after a successful commit of the transaction.
117118119120121122123124125126127
} } } private List<PersistRequestBean<?>> createPersistBeanRequests() { TransactionEventBeans eventBeans = event.getEventBeans(); if (eventBeans != null) { return eventBeans.getRequests(); } return null; }