Package | Description |
---|---|
com.viaoa.ds |
Datasource independent access for storing and retrieving Objects from a persistent datasource.
|
com.viaoa.ds.jdbc.query |
OADataSourceJDBC classes used for converting OA Object Queries to SQL, and returning JDBC resultsets for ORM.
|
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.
|
Modifier and Type | Method and Description |
---|---|
default OASiblingHelper |
OADataSourceIterator.getSiblingHelper() |
Modifier and Type | Method and Description |
---|---|
OASiblingHelper |
ResultSetIterator.getSiblingHelper() |
Modifier and Type | Method and Description |
---|---|
OASiblingHelper |
HubMerger.getSiblingHelper() |
Modifier and Type | Field and Description |
---|---|
ArrayList<OASiblingHelper> |
OAThreadLocal.alSiblingHelper |
Modifier and Type | Method and Description |
---|---|
static ArrayList<OASiblingHelper> |
OAThreadLocalDelegate.getSiblingHelpers() |
static ArrayList<OASiblingHelper> |
OAThreadLocalDelegate.getSiblingHelpers(OAThreadLocal ti) |
Modifier and Type | Method and Description |
---|---|
static boolean |
OAThreadLocalDelegate.addSiblingHelper(OASiblingHelper sh) |
protected static boolean |
OAThreadLocalDelegate.addSiblingHelper(OAThreadLocal ti,
OASiblingHelper sh) |
static void |
OAThreadLocalDelegate.removeSiblingHelper(OASiblingHelper sh) |
protected static void |
OAThreadLocalDelegate.removeSiblingHelper(OAThreadLocal ti,
OASiblingHelper sh) |
Copyright © 1999–2019 ViaOA. All rights reserved.