Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,QueryDescriptor> |
QueryDeclarations.queries |
Modifier and Type | Method and Description |
---|---|
protected QueryDescriptor |
RDBMSStorage.getQueryDescriptor(String name) |
QueryDescriptor |
QueryDeclarations.getQueryDescriptor(String name)
INTERNAL: Gets the query descriptor by name.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryDeclarations.addQuery(QueryDescriptor qdesc)
INTERNAL: Adds the query descriptor.
|