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 ObjectRelationalMappingClassDescriptor. mappingprotected ObjectRelationalMappingFieldDescriptor. mappingprotected ObjectRelationalMappingRDBMSMapping. mappingMethods in net.ontopia.persistence.proxy that return ObjectRelationalMapping Modifier and Type Method Description ObjectRelationalMappingClassDescriptor. getMapping()INTERNAL: Gets the object relational mapping that the class descriptor belongs to.ObjectRelationalMappingRDBMSMapping. 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)
-