|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataAccess | |
|---|---|
| com.programix.da | Framework for using the "DataAccess Interface Design Pattern". |
| Uses of DataAccess in com.programix.da |
|---|
| Methods in com.programix.da that return DataAccess | |
|---|---|
static DataAccess |
DataAccessFactory.create(File file,
Class targetType)
Create a DataAccess instance using an File whose data is in the format described by ValueMap
(nearly identical to the format for a Properties file). |
static DataAccess |
DataAccessFactory.create(InputStream rawIn,
Class targetType)
Create a DataAccess instance using an InputStream whose data is in the format described by ValueMap
(nearly identical to the format for a Properties file). |
static DataAccess |
DataAccessFactory.create(Reader rawIn,
Class targetType)
Create a DataAccess instance using a Reader whose data is in the format described by ValueMap
(nearly identical to the format for a Properties file). |
static DataAccess |
DataAccessFactory.create(URL propertiesURL,
Class targetType)
Create a DataAccess instance using the specified URL whose data is in the format described by ValueMap(nearly identical to the format for a
Properties file). |
static DataAccess |
DataAccessFactory.create(ValueMap config,
Class targetType)
Constructs an instance of the DataAccess implementation
specified in the configuration. |
static DataAccess |
DataAccessFactory.createFromFile(String filename,
Class targetType)
Create a DataAccess instance using the specified filename whose data is in the format described by ValueMap(nearly identical to the format for a
Properties file). |
static DataAccess |
DataAccessFactory.createFromResource(String resourceLocation,
Class targetType)
Create a DataAccess instance using the specified resourceLocation whose data is in the format described by ValueMap(nearly identical to the format for a
Properties file). |
|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||