| Modifier and Type | Method and Description |
|---|---|
void |
ClientPropertiesSetter.populateClientProperties(Client client,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AutoGenerator.generate(Client<?> client,
String dataType)
Generate.
|
Object |
SequenceGenerator.generate(SequenceGeneratorDiscriptor discriptor,
Client<?> client,
String dataType)
Generate.
|
Object |
IdentityGenerator.generate(SequenceGeneratorDiscriptor discriptor,
Client<?> client,
String dataType)
Generate.
|
| Modifier and Type | Field and Description |
|---|---|
private Client |
Node.client
Client for this node
|
| Modifier and Type | Method and Description |
|---|---|
Client |
Node.getClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setClient(Client client) |
| Modifier and Type | Method and Description |
|---|---|
Client |
NodeStateContext.getClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStateContext.setClient(Client client) |
| Modifier and Type | Field and Description |
|---|---|
private Client |
GenericClientFactory.client
The client.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
GenericClientFactory.getClientInstance()
Gets the client instance.
|
Client |
ClientFactory.getClientInstance()
Instantiate and returns client instance
|
protected abstract Client |
GenericClientFactory.instantiateClient(String persistenceUnit)
Instantiate client.
|
| Modifier and Type | Field and Description |
|---|---|
private Client |
DefaultTransactionResource.client |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Client> |
PersistenceDelegator.clientMap
The client map.
|
| Modifier and Type | Method and Description |
|---|---|
private Client |
EntityManagerImpl.discoverClient(String persistenceUnit)
Gets the client.
|
Client |
PersistenceDelegator.getClient(EntityMetadata m)
Gets the client.
|
Client |
PersistenceDelegator.getClient(String persistenceUnit) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Map<String,Client> |
PersistenceDelegator.getDelegate()
Returns map of client as delegate to entity manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
AbstractEntityReader.fetchDataFromLucene(Class<?> clazz,
Client client)
Fetch data from lucene.
|
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
|
private Object |
IdGenerator.generateId(Object e,
EntityMetadata m,
Client<?> client,
EntityManagerFactoryImpl.KunderaMetadata kunderaMetadata) |
(package private) List |
AssociationBuilder.getAssociatedEntitiesFromIndex(Class owningClazz,
Object entityId,
Class<?> childClass,
Client childClient)
Retrieves associated entities from secondary index.
|
(package private) void |
PersistenceDelegator.loadClient(String persistenceUnit,
Client client)
Pre load client specific to persistence unit.
|
protected List<EnhanceEntity> |
AbstractEntityReader.onAssociationUsingLucene(EntityMetadata m,
Client client,
List<EnhanceEntity> ls)
On association using lucene.
|
private Object |
IdGenerator.onAutoGenerator(EntityMetadata m,
Client<?> client,
Object e)
Generate Id when given auto generation strategy.
|
private Object |
IdGenerator.onSequenceGenerator(EntityMetadata m,
Client<?> client,
IdDiscriptor keyValue,
Object e)
Generate Id when given sequence generation strategy.
|
private Object |
IdGenerator.onTableGenerator(EntityMetadata m,
Client<?> client,
IdDiscriptor keyValue,
Object e)
Generate Id when given table generation strategy.
|
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.
|
| Constructor and Description |
|---|
DefaultTransactionResource(Client client) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List |
QueryImpl.findUsingLucene(EntityMetadata m,
Client client)
Find using lucene.
|
protected List |
LuceneQuery.findUsingLucene(EntityMetadata m,
Client client) |
private List<Object> |
QueryImpl.findUsingLucene(EntityMetadata m,
Client client,
Object[] primaryKeys)
find data using lucene.
|
private List<Object> |
QueryImpl.populateEmbeddedIdUsingLucene(EntityMetadata m,
Client client,
List<Object> result,
Map<String,Object> searchFilter,
MetamodelImpl metaModel)
Populate using lucene for embeddeId.
|
protected abstract List<Object> |
QueryImpl.populateEntities(EntityMetadata m,
Client client)
Populate entities, Method to populate data in case no relation exist!.
|
protected List<Object> |
LuceneQuery.populateEntities(EntityMetadata m,
Client client) |
private void |
QueryImpl.populateGroupByResponse(Map<String,Object> aggregations,
Iterable<org.eclipse.persistence.jpa.jpql.parser.Expression> resultOrderIterable,
List<Object> results,
Client client,
EntityMetadata m)
Populate group by response.
|
private List |
QueryImpl.populateUsingElasticSearch(Client client,
EntityMetadata m)
Populate using elastic search.
|
protected List<Object> |
QueryImpl.populateUsingLucene(EntityMetadata m,
Client client,
List<Object> result,
String[] columnsToSelect)
Populate using lucene.
|
protected abstract List<Object> |
QueryImpl.recursivelyPopulateEntities(EntityMetadata m,
Client client)
Recursively populate entities.
|
protected List<Object> |
LuceneQuery.recursivelyPopulateEntities(EntityMetadata m,
Client client) |
protected List<Object> |
QueryImpl.setRelationEntities(List enhanceEntities,
Client client,
EntityMetadata m)
Sets the relation entities.
|
Copyright © 2015. All Rights Reserved.