|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericDA | |
|---|---|
| com.programix.da2 | Framework for using the "DataAccess Interface Design Pattern". |
| com.programix.da2.bridge | |
| Uses of GenericDA in com.programix.da2 |
|---|
| Subinterfaces of GenericDA in com.programix.da2 | |
|---|---|
interface |
DecoratorDA
|
| Methods in com.programix.da2 that return GenericDA | |
|---|---|
static GenericDA |
DAFactory.create(File file,
Class targetType)
Create a data access instance using an File whose data is in the format described by ValueMap
(nearly identical to the format for a Properties file). |
static GenericDA |
DAFactory.create(InputStream rawIn,
Class targetType)
Create a data access instance using an InputStream whose data is in the format described by ValueMap
(nearly identical to the format for a Properties file). |
static GenericDA |
DAFactory.create(Reader rawIn,
Class targetType)
Create a data access instance using a Reader whose data is in the format described by ValueMap
(nearly identical to the format for a Properties file). |
static GenericDA |
DAFactory.create(URL propertiesURL,
Class targetType)
Create a data access instance using the specified URL whose data is in the format described by ValueMap(nearly identical to the format for a
Properties file). |
static GenericDA |
DAFactory.create(ValueMap config,
Class daInterfaceType)
Constructs an instance of the data access implementation specified in the configuration. |
static GenericDA |
DAFactory.createFromFile(String filename,
Class targetType)
Create a data access instance using the specified filename whose data is in the format described by ValueMap(nearly identical to the format for a
Properties file). |
static GenericDA |
DAFactory.createFromResource(String resourceLocation,
Class targetType)
Create a data access instance using the specified resourceLocation whose data is in the format described by ValueMap(nearly identical to the format for a
Properties file). |
GenericDA |
ConfigDASource.getDA(Class dataAccessType)
|
GenericDA |
DASource.getDA(Class daInterfaceType)
Searches for an implementation of the specified interface type. |
GenericDA |
DAStore.getDA(Class daInterfaceType)
|
| Methods in com.programix.da2 with parameters of type GenericDA | |
|---|---|
void |
DecoratorDA.setSource(GenericDA source)
Specifies the source that is to be decorated by this decorator. |
| Uses of GenericDA in com.programix.da2.bridge |
|---|
| Methods in com.programix.da2.bridge that return GenericDA | |
|---|---|
GenericDA |
DABridgeProxy.getDA(Class daInterfaceType)
|
|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||