Uses of Interface
net.ontopia.persistence.proxy.ObjectRelationalMappingIF
-
Packages that use ObjectRelationalMappingIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework.net.ontopia.persistence.query.jdo Object model for representing JDOQL queriesnet.ontopia.persistence.query.sql Object model for representing SQL queries.net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. -
-
Uses of ObjectRelationalMappingIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement ObjectRelationalMappingIF Modifier and Type Class Description class
RDBMSMapping
INTERNAL: An object relational mapping wrapper class used by the RDBMS proxy implementation.Fields in net.ontopia.persistence.proxy declared as ObjectRelationalMappingIF Modifier and Type Field Description protected ObjectRelationalMappingIF
AbstractTransaction. mapping
protected ObjectRelationalMappingIF
IndicatorFieldHandler. mapping
Methods in net.ontopia.persistence.proxy that return ObjectRelationalMappingIF Modifier and Type Method Description ObjectRelationalMappingIF
ClassInfo. getMapping()
INTERNAL: Returns the RDBMS specific object relational mapping instance.ObjectRelationalMappingIF
ClassInfoIF. getMapping()
INTERNAL: Returns the owning object relational mapping instance.Methods in net.ontopia.persistence.proxy with parameters of type ObjectRelationalMappingIF Modifier and Type Method 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)
Constructors in net.ontopia.persistence.proxy with parameters of type ObjectRelationalMappingIF Constructor Description IndicatorFieldHandler(ObjectRelationalMappingIF mapping, Map<Object,Class<?>> indicators)
INTERNAL: -
Uses of ObjectRelationalMappingIF in net.ontopia.persistence.query.jdo
Methods in net.ontopia.persistence.query.jdo with parameters of type ObjectRelationalMappingIF Modifier and Type Method 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)
-
Uses of ObjectRelationalMappingIF in net.ontopia.persistence.query.sql
Fields in net.ontopia.persistence.query.sql declared as ObjectRelationalMappingIF Modifier and Type Field Description protected ObjectRelationalMappingIF
SQLBuilder. mapping
Constructors in net.ontopia.persistence.query.sql with parameters of type ObjectRelationalMappingIF Constructor Description SQLBuilder(ObjectRelationalMappingIF mapping)
SQLBuilder(ObjectRelationalMappingIF mapping, boolean debug)
-
Uses of ObjectRelationalMappingIF in net.ontopia.topicmaps.query.impl.rdbms
Methods in net.ontopia.topicmaps.query.impl.rdbms that return ObjectRelationalMappingIF Modifier and Type Method Description ObjectRelationalMappingIF
QueryProcessor. getMapping()
-