|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanFactory | |
|---|---|
| org.apache.gora.persistency.impl | |
| org.apache.gora.store | |
| org.apache.gora.store.impl | |
| Uses of BeanFactory in org.apache.gora.persistency.impl |
|---|
| Classes in org.apache.gora.persistency.impl that implement BeanFactory | |
|---|---|
class |
BeanFactoryImpl<K,T extends Persistent>
A default implementation of the BeanFactory interface. |
| Uses of BeanFactory in org.apache.gora.store |
|---|
| Methods in org.apache.gora.store that return BeanFactory | |
|---|---|
BeanFactory<K,T> |
DataStore.getBeanFactory()
Returns the BeanFactory used by the DataStore |
| Methods in org.apache.gora.store with parameters of type BeanFactory | |
|---|---|
void |
DataStore.setBeanFactory(BeanFactory<K,T> beanFactory)
Sets the BeanFactory to use by the DataStore. |
| Uses of BeanFactory in org.apache.gora.store.impl |
|---|
| Fields in org.apache.gora.store.impl declared as BeanFactory | |
|---|---|
protected BeanFactory<K,T> |
DataStoreBase.beanFactory
|
| Methods in org.apache.gora.store.impl that return BeanFactory | |
|---|---|
BeanFactory<K,T> |
DataStoreBase.getBeanFactory()
|
| Methods in org.apache.gora.store.impl with parameters of type BeanFactory | |
|---|---|
void |
DataStoreBase.setBeanFactory(BeanFactory<K,T> beanFactory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||