public class OrderCustomerPersistedEvent
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
OrderCustomerPersistedEvent(OrderCustomer orderCustomer) |
| Modifier and Type | Method and Description |
|---|---|
OrderCustomer |
getOrderCustomer()
Gets the newly-persisted
OrderCustomer set by the OrderCustomerPersistedEntityListener |
getSource, toStringpublic OrderCustomerPersistedEvent(OrderCustomer orderCustomer)
customer - the newly persisted customerpublic OrderCustomer getOrderCustomer()
OrderCustomer set by the OrderCustomerPersistedEntityListenerCopyright © 2017. All rights reserved.