|
ProgramixGenericLib v5.0.1 | |||||||||
| 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 with type parameters of type DataAccess | ||
|---|---|---|
static
|
DataAccessFactory.create(File file,
Class<T> 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
|
DataAccessFactory.create(InputStream rawIn,
Class<T> 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
|
DataAccessFactory.create(Reader rawIn,
Class<T> 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
|
DataAccessFactory.create(URL propertiesURL,
Class<T> 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
|
DataAccessFactory.create(ValueMap config,
Class<T> targetType)
Constructs an instance of the DataAccess implementation
specified in the configuration. |
|
static
|
DataAccessFactory.createFromFile(String filename,
Class<T> 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
|
DataAccessFactory.createFromResource(String resourceLocation,
Class<T> 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 v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||