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 | |
com.viaoa.hub |
Contains the observable OA collection class, and support classes.
|
com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
com.viaoa.sync.remote |
Modifier and Type | Method and Description |
---|---|
OADataSource |
OASelect.getDataSource()
DataSource that will be used for query/select.
|
static OADataSource |
OADataSource.getDataSource(Class clazz)
Find the dataSource that supports a given Class
|
static OADataSource |
OADataSource.getDataSource(Class clazz,
OAFilter filter) |
static OADataSource[] |
OADataSource.getDataSources()
Get all registered/loaded DataSources.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static OADataSource |
HubDSDelegate.getDataSource(Class c)
Returns the OADataSource that works with this objects Class.
|
Modifier and Type | Method and Description |
---|---|
protected static OADataSource |
OAObjectDSDelegate.getDataSource(Object obj)
Returns the OADataSource that works with this objects Class.
|
Modifier and Type | Field and Description |
---|---|
protected OADataSource |
RemoteClientImpl.defaultDataSource |
Modifier and Type | Method and Description |
---|---|
protected OADataSource |
RemoteClientImpl.getDataSource() |
protected OADataSource |
RemoteDataSource.getDataSource() |
protected OADataSource |
RemoteClientImpl.getDataSource(Class c) |
protected OADataSource |
RemoteDataSource.getDataSource(Class c) |
Copyright © 1999–2019 ViaOA. All rights reserved.