Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLBatchObjectAccess
INTERNAL: Class that performs the task of creating new objects in
the database.
|
class |
SQLCollectionAccess
INTERNAL: Class that performs the task of accessing and
manipulating "collection" type instances in the database.
|
class |
SQLObjectAccess
INTERNAL: Class that performs the task of accessing and
manipulating "identifiable object type" instances in the database.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,ClassAccessIF> |
RDBMSAccess.handlers |
Modifier and Type | Method and Description |
---|---|
protected ClassAccessIF |
RDBMSAccess.getHandler(Class<?> type)
INTERNAL: Gets up the handler class that is used to manage
objects of the given class.
|