Uses of Class
net.ontopia.persistence.query.jdo.JDOObject
-
Packages that use JDOObject Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of JDOObject in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type JDOObject Modifier and Type Method Description protected FieldInfoIF
SQLBuilder. getFieldInfo(JDOObject object, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
protected SQLValueIF
SQLBuilder. produceObject(JDOObject object, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
protected net.ontopia.persistence.query.sql.SQLBuilder.Values
SQLBuilder. produceObjectFieldValues(JDOObject obj, String[] path, net.ontopia.persistence.query.sql.SQLBuilder.BuildInfo info)
-