@Component(value="cuba_StoreFactory")
public class StoreFactory
extends java.lang.Object
DataStore
implementations.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Constructor and Description |
---|
StoreFactory() |
Modifier and Type | Method and Description |
---|---|
DataStore |
get(java.lang.String name)
Get a
DataStore implementation by name. |
public static final java.lang.String NAME
public DataStore get(java.lang.String name)
DataStore
implementation by name.
The implementation bean should be registered in a cuba.storeImpl_<storeName>
app property. If no such
property specified, the RdbmsStore
is returned.