Package | Description |
---|---|
net.ontopia.persistence.proxy |
An object-relational mapping framework.
|
net.ontopia.persistence.query.jdo |
Object model for representing JDOQL queries
|
net.ontopia.persistence.query.sql |
Object model for representing SQL queries.
|
net.ontopia.topicmaps.query.impl.rdbms |
Contains the rdbms implementation of the query language.
|
Modifier and Type | Class and Description |
---|---|
class |
RDBMSMapping
INTERNAL: An object relational mapping wrapper class used by the
RDBMS proxy implementation.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectRelationalMappingIF |
AbstractTransaction.mapping |
protected ObjectRelationalMappingIF |
IndicatorFieldHandler.mapping |
Modifier and Type | Method and Description |
---|---|
ObjectRelationalMappingIF |
ClassInfo.getMapping()
INTERNAL: Returns the RDBMS specific object relational mapping
instance.
|
ObjectRelationalMappingIF |
ClassInfoIF.getMapping()
INTERNAL: Returns the owning object relational mapping instance.
|
Modifier and Type | Method and Description |
---|---|
protected FieldHandlerIF |
QueryDescriptor.getFieldHandler(ObjectRelationalMappingIF mapping,
Class klass) |
protected FieldHandlerIF[] |
QueryDescriptor.getParameterHandlers(ObjectRelationalMappingIF mapping,
Class[] params) |
protected FieldHandlerIF |
QueryDescriptor.getSelectFieldHandler(ObjectRelationalMappingIF mapping,
net.ontopia.persistence.proxy.QueryDescriptor.SelectField select) |
protected FieldHandlerIF[] |
QueryDescriptor.getSelectFieldHandlers(ObjectRelationalMappingIF mapping,
net.ontopia.persistence.proxy.QueryDescriptor.SelectField[] selects) |
Constructor and Description |
---|
IndicatorFieldHandler(ObjectRelationalMappingIF mapping,
Map<Object,Class<?>> indicators)
INTERNAL:
|
Modifier and Type | Method and Description |
---|---|
static int |
JDOEvaluator.evaluateAnd(JDOAnd jdoexpr,
ObjectRelationalMappingIF mapping,
boolean reduce) |
static int |
JDOEvaluator.evaluateBoolean(JDOBoolean jdoexpr,
ObjectRelationalMappingIF mapping) |
static int |
JDOEvaluator.evaluateContains(JDOContains jdoexpr,
ObjectRelationalMappingIF mapping) |
static int |
JDOEvaluator.evaluateEndsWith(JDOEndsWith jdoexpr,
ObjectRelationalMappingIF mapping) |
static int |
JDOEvaluator.evaluateEquals(JDOEquals jdoexpr,
ObjectRelationalMappingIF mapping) |
static int |
JDOEvaluator.evaluateExpression(JDOExpressionIF jdoexpr,
ObjectRelationalMappingIF mapping,
boolean reduce) |
static int |
JDOEvaluator.evaluateIsEmpty(JDOIsEmpty jdoexpr,
ObjectRelationalMappingIF mapping) |
static Object |
JDOEvaluator.evaluateJDOValue(JDOValueIF jdovalue,
ObjectRelationalMappingIF mapping) |
static int |
JDOEvaluator.evaluateLike(JDOLike jdoexpr,
ObjectRelationalMappingIF mapping) |
static int |
JDOEvaluator.evaluateNot(JDONot jdoexpr,
ObjectRelationalMappingIF mapping,
boolean reduce) |
static int |
JDOEvaluator.evaluateNotEquals(JDONotEquals jdoexpr,
ObjectRelationalMappingIF mapping) |
static int |
JDOEvaluator.evaluateOr(JDOOr jdoexpr,
ObjectRelationalMappingIF mapping,
boolean reduce) |
static int |
JDOEvaluator.evaluateStartsWith(JDOStartsWith jdoexpr,
ObjectRelationalMappingIF mapping) |
static int |
JDOEvaluator.evaluateValueExpression(JDOValueExpression jdoexpr,
ObjectRelationalMappingIF mapping) |
static boolean |
JDOEvaluator.isEvaluatable(JDOValueIF jdovalue,
ObjectRelationalMappingIF mapping) |
Modifier and Type | Field and Description |
---|---|
protected ObjectRelationalMappingIF |
SQLBuilder.mapping |
Constructor and Description |
---|
SQLBuilder(ObjectRelationalMappingIF mapping) |
SQLBuilder(ObjectRelationalMappingIF mapping,
boolean debug) |
Modifier and Type | Method and Description |
---|---|
ObjectRelationalMappingIF |
QueryProcessor.getMapping() |