| Package | Description |
|---|---|
| com.impetus.kundera.graph | |
| com.impetus.kundera.lifecycle | |
| com.impetus.kundera.persistence | |
| com.impetus.kundera.persistence.context |
| Modifier and Type | Field and Description |
|---|---|
private PersistenceCache |
GraphBuilder.RelationBuilder.pc |
private PersistenceCache |
Node.persistenceCache |
private PersistenceCache |
ObjectGraphBuilder.persistenceCache |
| Modifier and Type | Method and Description |
|---|---|
PersistenceCache |
Node.getPersistenceCache() |
| Modifier and Type | Method and Description |
|---|---|
(package private) GraphBuilder.RelationBuilder |
GraphBuilder.RelationBuilder.assignResources(PersistenceDelegator pd,
PersistenceCache pc,
EntityMetadata metadata)
Assign relation builder resources
|
(package private) <E> Node |
GraphGenerator.generate(E entity,
PersistenceDelegator delegator,
PersistenceCache pc,
NodeState state)
Generate graph for head node.
|
(package private) void |
GraphGenerator.onBuildChildNode(Object childObject,
EntityMetadata childMetadata,
PersistenceDelegator delegator,
PersistenceCache pc,
Node node,
Relation relation)
On building child node
|
void |
Node.setPersistenceCache(PersistenceCache persistenceCache) |
private <E> Node |
GraphGenerator.traverseNode(E entity,
PersistenceDelegator delegator,
PersistenceCache pc,
Object entityId,
Node node) |
| Constructor and Description |
|---|
Node(String nodeId,
Class<?> nodeDataClass,
NodeState initialNodeState,
PersistenceCache pc,
Object primaryKey,
PersistenceDelegator pd) |
Node(String nodeId,
Object data,
NodeState initialNodeState,
PersistenceCache pc,
Object primaryKey,
PersistenceDelegator pd) |
Node(String nodeId,
Object data,
PersistenceCache pc,
Object primaryKey,
PersistenceDelegator pd) |
ObjectGraphBuilder(PersistenceCache pcCache,
PersistenceDelegator pd) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceCache |
NodeStateContext.getPersistenceCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStateContext.setPersistenceCache(PersistenceCache persistenceCache) |
| Modifier and Type | Field and Description |
|---|---|
private PersistenceCache |
EntityManagerImpl.persistenceCache |
private PersistenceCache |
PersistenceDelegator.persistenceCache |
| Modifier and Type | Method and Description |
|---|---|
PersistenceCache |
PersistenceDelegator.getPersistenceCache() |
| Constructor and Description |
|---|
PersistenceDelegator(EntityManagerFactoryImpl.KunderaMetadata kunderaMetadata,
PersistenceCache pc)
Instantiates a new persistence delegator.
|
| Modifier and Type | Field and Description |
|---|---|
private PersistenceCache |
CacheBase.persistenceCache |
private PersistenceCache |
PersistenceCacheManager.persistenceCache |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheBase.addGraphToCache(ObjectGraph graph,
PersistenceCache persistenceCache) |
private void |
PersistenceCache.initialize(Cache l2Cache,
PersistenceCache pc) |
| Constructor and Description |
|---|
CacheBase(Cache l2Cache,
PersistenceCache pc) |
ElementCollectionCache(Cache l2Cache,
PersistenceCache pc) |
EmbeddedCache(Cache l2Cache,
PersistenceCache pc) |
MainCache(Cache l2Cache,
PersistenceCache pc) |
PersistenceCacheManager(PersistenceCache pc) |
TransactionalCache(Cache l2Cache,
PersistenceCache pc) |
Copyright © 2015. All Rights Reserved.