| Package | Description |
|---|---|
| com.impetus.kundera.metadata.model | |
| com.impetus.kundera.metadata.processor | |
| com.impetus.kundera.persistence.event |
| Modifier and Type | Field and Description |
|---|---|
private Map<Class<?>,List<? extends CallbackMethod>> |
EntityMetadata.callbackMethodsMap
The callback methods map.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends CallbackMethod> |
EntityMetadata.getCallbackMethods(Class<?> event)
Gets the callback methods.
|
Map<Class<?>,List<? extends CallbackMethod>> |
EntityMetadata.getCallbackMethodsMap()
Gets the callback methods map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityMetadata.setCallbackMethodsMap(Map<Class<?>,List<? extends CallbackMethod>> callbackMethodsMap)
Sets the callback methods map.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
EntityListenersProcessor.addCallBackMethod(EntityMetadata metadata,
Class<?> jpaAnnotation,
CallbackMethod callbackMethod)
Adds the call back method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalCallbackMethod
Class to hold class-method instances for EntityListeners.
|
class |
InternalCallbackMethod
The Class InternalCallbackMethod.
|
Copyright © 2015. All Rights Reserved.