Uses of Class
net.ontopia.persistence.proxy.RDBMSMapping
-
Packages that use RDBMSMapping Package Description net.ontopia.persistence.proxy An object-relational mapping framework.net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. -
-
Uses of RDBMSMapping in net.ontopia.persistence.proxy
Fields in net.ontopia.persistence.proxy declared as RDBMSMapping Modifier and Type Field Description protected RDBMSMapping
ClassInfo. mapping
protected RDBMSMapping
RDBMSAccess. mapping
Methods in net.ontopia.persistence.proxy that return RDBMSMapping Modifier and Type Method Description RDBMSMapping
RDBMSStorage. getMapping()
RDBMSMapping
StorageIF. getMapping()
INTERNAL: Returns the optimized object relational mapping declaration.Constructors in net.ontopia.persistence.proxy with parameters of type RDBMSMapping Constructor Description ClassInfo(RDBMSMapping mapping, ClassDescriptor cdesc)
-
Uses of RDBMSMapping in net.ontopia.topicmaps.query.impl.rdbms
Fields in net.ontopia.topicmaps.query.impl.rdbms declared as RDBMSMapping Modifier and Type Field Description protected RDBMSMapping
QueryProcessor. mapping
-