| Package | Description |
|---|---|
| com.impetus.kundera.persistence |
| Modifier and Type | Method and Description |
|---|---|
EnhanceEntity |
EntityReader.findById(Object primaryKey,
EntityMetadata m,
Client client)
Find by id.
|
protected EnhanceEntity |
AbstractEntityReader.findById(Object primaryKey,
EntityMetadata m,
Client client)
Retrieves an entity from ID
|
| Modifier and Type | Method and Description |
|---|---|
protected List<EnhanceEntity> |
AbstractEntityReader.onAssociationUsingLucene(EntityMetadata m,
Client client,
List<EnhanceEntity> ls)
On association using lucene.
|
List<EnhanceEntity> |
EntityReader.populateRelation(EntityMetadata m,
Client client,
int maxResults)
Method responsible for reading back entity and relations using secondary
indexes(if it holds any relation), else retrieve row keys using lucene.
|
protected List<EnhanceEntity> |
AbstractEntityReader.transform(EntityMetadata m,
List<EnhanceEntity> ls,
List resultList)
Transform.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<EnhanceEntity> |
AbstractEntityReader.onAssociationUsingLucene(EntityMetadata m,
Client client,
List<EnhanceEntity> ls)
On association using lucene.
|
protected List<EnhanceEntity> |
AbstractEntityReader.transform(EntityMetadata m,
List<EnhanceEntity> ls,
List resultList)
Transform.
|
Copyright © 2015. All Rights Reserved.