public class PersistListenerManager extends Object
| Constructor and Description |
|---|
PersistListenerManager(BootupClasses bootupClasses) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addPersistListeners(DeployBeanDescriptor<T> deployDesc)
Return the BeanPersistController for a given entity type.
|
int |
getRegisterCount() |
static boolean |
isRegisterFor(Class<?> beanType,
BeanPersistListener<?> c) |
public PersistListenerManager(BootupClasses bootupClasses)
public int getRegisterCount()
public <T> void addPersistListeners(DeployBeanDescriptor<T> deployDesc)
public static boolean isRegisterFor(Class<?> beanType, BeanPersistListener<?> c)
Copyright © 2014. All Rights Reserved.