Package | Description |
---|---|
com.viaoa.datasource |
Datasource independent access for storing and retrieving Objects from a persistent datasource.
|
com.viaoa.datasource.autonumber |
OADataSource subclass for memory only/ non-persistent data.
|
com.viaoa.datasource.clientserver |
Client OADataSource that will communicate with OADataSource on the server.
|
com.viaoa.datasource.jdbc |
The OADataSourceJDBC package is used to access persistent data using JDBC.
|
com.viaoa.datasource.jdbc.vendor | |
com.viaoa.datasource.objectcache | |
com.viaoa.datasource.rest |
Modifier and Type | Class and Description |
---|---|
class |
OADataSource
Abstract class used for defining sources for Object storage.
|
Modifier and Type | Class and Description |
---|---|
class |
OADataSourceAuto
OADataSource that does not support selects or storage.
|
Modifier and Type | Class and Description |
---|---|
class |
OADataSourceClient
Uses OAClient to have all methods invoked on the OADataSource on OAServer.
|
Modifier and Type | Class and Description |
---|---|
class |
OADataSourceJDBC
OADataSource object that uses JDBC and connection pools to communicate with Relational Databases.
|
Modifier and Type | Class and Description |
---|---|
class |
OADerbyDataSource |
Modifier and Type | Class and Description |
---|---|
class |
OADataSourceObjectCache
OADataSource for storing objects in serialized file.
|
Modifier and Type | Class and Description |
---|---|
class |
OADataSourceRestClient
OADataSource for client apps that uses OARestClient to use the OADataSource located on the webserver.
|
Copyright © 1999–2025 ViaOA. All rights reserved.