| Package | Description |
|---|---|
| com.impetus.kundera.client | |
| com.impetus.kundera.configure | |
| com.impetus.kundera.loader | |
| com.impetus.kundera.persistence |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Map<String,ClientFactory> |
ClientResolver.clientFactories |
| Modifier and Type | Method and Description |
|---|---|
static ClientFactory |
ClientResolver.getClientFactory(String pu) |
static ClientFactory |
ClientResolver.getClientFactory(String persistenceUnit,
Map<String,Object> puProperties,
EntityManagerFactoryImpl.KunderaMetadata kunderaMetadata)
Gets the client factory.
|
private static ClientFactory |
ClientResolver.instantiateClientFactory(String persistenceUnit,
Map<String,Object> puProperties,
EntityManagerFactoryImpl.KunderaMetadata kunderaMetadata)
Creates new instance of client factory for given persistence unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientMetadataBuilder.buildClientFactoryMetadata(Map<String,ClientFactory> clientFactories,
EntityManagerFactoryImpl.KunderaMetadata kunderaMetadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericClientFactory
Abstract class to hold generic definitions for client factory
implementations.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,ClientFactory> |
EntityManagerFactoryImpl.clientFactories
ClientFactory map holds one clientfactory for one persistence unit
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ClientFactory |
EntityManagerFactoryImpl.getClientFactory(String pu) |
Copyright © 2015. All Rights Reserved.