java.lang.Object
io.ebeaninternal.server.deploy.ChainedBeanPersistListener
- All Implemented Interfaces:
BeanPersistListener
Handles multiple BeanPersistListener's for a given entity type.
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct given the list of BeanPersistListener's. -
Method Summary
Modifier and TypeMethodDescriptionvoidDe-register a BeanPersistListener and return the resulting chain.voidbooleanisRegisterFor(Class<?> cls) Register a new BeanPersistListener and return the resulting chain.voidsoftDeleted(Object bean) void
-
Constructor Details
-
ChainedBeanPersistListener
Construct given the list of BeanPersistListener's.
-
-
Method Details
-
isRegisterFor
- Specified by:
isRegisterForin interfaceBeanPersistListener
-
register
Register a new BeanPersistListener and return the resulting chain. -
deregister
De-register a BeanPersistListener and return the resulting chain. -
deleted
- Specified by:
deletedin interfaceBeanPersistListener
-
softDeleted
- Specified by:
softDeletedin interfaceBeanPersistListener
-
inserted
- Specified by:
insertedin interfaceBeanPersistListener
-
updated
- Specified by:
updatedin interfaceBeanPersistListener
-