| Package | Description |
|---|---|
| com.impetus.kundera.persistence.context |
| Modifier and Type | Field and Description |
|---|---|
private EventLog.EventType |
EventLog.eventType |
| Modifier and Type | Field and Description |
|---|---|
private static Map<EventLog.EventType,List<javax.persistence.CascadeType>> |
FlushManager.cascadePermission |
| Modifier and Type | Method and Description |
|---|---|
(package private) EventLog.EventType |
EventLog.getEventType() |
static EventLog.EventType |
EventLog.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventLog.EventType[] |
EventLog.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
FlushManager.addNodesToFlushStack(Node node,
EventLog.EventType eventType)
Adds the nodes to flush stack.
|
void |
FlushManager.buildFlushStack(Node headNode,
EventLog.EventType eventType)
Builds the flush stack.
|
private void |
FlushManager.logEvent(Node node,
EventLog.EventType eventType)
Log event.
|
(package private) void |
EventLogQueue.onEvent(EventLog log,
EventLog.EventType eventType)
On event.
|
private void |
FlushManager.performOperation(Node node,
EventLog.EventType eventType) |
| Constructor and Description |
|---|
EventLog(EventLog.EventType eventType,
Node transactional) |
Copyright © 2015. All Rights Reserved.