Uses of Class
net.ontopia.persistence.proxy.ObjectRelationalMapping
-
Packages that use ObjectRelationalMapping Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of ObjectRelationalMapping in net.ontopia.persistence.proxy
Fields in net.ontopia.persistence.proxy declared as ObjectRelationalMapping Modifier and Type Field Description protected ObjectRelationalMapping
ClassDescriptor. mapping
protected ObjectRelationalMapping
FieldDescriptor. mapping
protected ObjectRelationalMapping
RDBMSMapping. mapping
Methods in net.ontopia.persistence.proxy that return ObjectRelationalMapping Modifier and Type Method Description ObjectRelationalMapping
ClassDescriptor. getMapping()
INTERNAL: Gets the object relational mapping that the class descriptor belongs to.ObjectRelationalMapping
RDBMSMapping. getMapping()
INTERNAL: Returns the object relational mapping instance wrapped by this class.Constructors in net.ontopia.persistence.proxy with parameters of type ObjectRelationalMapping Constructor Description ClassDescriptor(Class<?> klass, Class<?> klass_immutable, ObjectRelationalMapping mapping)
RDBMSMapping(ObjectRelationalMapping mapping)
-