Package | Description |
---|---|
com.viaoa.ds |
Datasource independent access for storing and retrieving Objects from a persistent datasource.
|
com.viaoa.ds.autonumber |
OADataSource subclass for memory only/ non-persistent data.
|
com.viaoa.ds.cs |
Client OADataSource that will communicate with OADataSource on the server.
|
com.viaoa.ds.jdbc |
The OADataSourceJDBC package is used to access persistent data using JDBC.
|
com.viaoa.ds.objectcache |
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 |
OADataSourceObjectCache
Uses OAFinder to find objects.
|
Copyright © 1999–2019 ViaOA. All rights reserved.