| Package | Description |
|---|---|
| org.apache.gora.persistency.impl | |
| org.apache.gora.persistency.ws.impl | |
| org.apache.gora.store | |
| org.apache.gora.store.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanFactoryImpl<K,T extends Persistent>
A default implementation of the
BeanFactory interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanFactoryWSImpl<K,T extends Persistent>
A default implementation of the
BeanFactory interface. |
| Modifier and Type | Method and Description |
|---|---|
BeanFactory<K,T> |
DataStore.getBeanFactory()
Returns the BeanFactory used by the DataStore
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataStore.setBeanFactory(BeanFactory<K,T> beanFactory)
Sets the
BeanFactory to use by the DataStore. |
| Modifier and Type | Field and Description |
|---|---|
protected BeanFactory<K,T> |
DataStoreBase.beanFactory |
| Modifier and Type | Method and Description |
|---|---|
BeanFactory<K,T> |
DataStoreBase.getBeanFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataStoreBase.setBeanFactory(BeanFactory<K,T> beanFactory) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.