| Modifier and Type | Class and Description |
|---|---|
class |
StoreImpl |
| Modifier and Type | Method and Description |
|---|---|
Store<Serializable> |
StoresImpl.StoreSupplier.get() |
| Constructor and Description |
|---|
StoreInfoImpl(Class<?> interfaceClass,
Class<?> storeDomainClass,
Store<Serializable> storeImpl) |
| Constructor and Description |
|---|
StoreInfoImpl(Class<?> interfaceClass,
Class<?> storeDomainClass,
Supplier<Store<Serializable>> storeSupplier) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociativeStore<S,SID extends Serializable> |
interface |
ContentStore<S,SID extends Serializable> |
| Modifier and Type | Method and Description |
|---|---|
protected Store<? extends Serializable> |
AbstractStoreFactoryBean.createContentStore() |
Store<? extends Serializable> |
AbstractStoreFactoryBean.getObject() |
Store<Serializable> |
AbstractStoreFactoryBean.getStore() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Store<? extends Serializable>> |
AbstractStoreFactoryBean.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStoreFactoryBean.setStoreInterface(Class<? extends Store<Serializable>> storeInterface) |
Copyright © 2021 Paul Warren. All rights reserved.