Package | Description |
---|---|
be.SIRAPRISE.client.jsba |
This package contains all the classes and interfaces for the
Java
SIRA_PRISE
Bridging
Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA.
|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
TupleContainer
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <C> C[] |
DBObjectFactory.getObjectArray(TupleContainer c,
java.lang.Class<C> objectClass)
Get an array of objects holding the same information as that which is held in this TupleContainer.
|
static <C> C[] |
DBObjectFactory.getObjectArrayIgnoringMissingSetters(TupleContainer c,
java.lang.Class<C> objectClass)
Get an array of objects holding a (potentially proper) subset of the information held in this TupleContainer.
|
static <C> java.util.Collection<C> |
DBObjectFactory.getObjectCollection(TupleContainer tupleContainer,
java.lang.Class<C> objectClass)
Get a collection of objects holding the same information as that which is held in this TupleContainer.
|
static <C> java.util.Collection<C> |
DBObjectFactory.getObjectCollectionIgnoringMissingSetters(TupleContainer tupleContainer,
java.lang.Class<C> objectClass)
Get a collection of objects holding a (potentially proper) subset of the information held in this TupleContainer.
|
static java.util.Collection<java.util.Map<java.lang.Class<?>,java.lang.Object>> |
DBObjectFactory.getObjectsCollection(TupleContainer tupleContainer,
java.lang.Class<?>[] objectClasses)
Get a collection of Maps of objects holding the same information as that which is held in this TupleContainer.
|
Modifier and Type | Class and Description |
---|---|
class |
Relation |