Uses of Class
net.ontopia.persistence.proxy.ObjectRelationalMapping
Packages that use ObjectRelationalMapping
-
Uses of ObjectRelationalMapping in net.ontopia.persistence.proxy
Fields in net.ontopia.persistence.proxy declared as ObjectRelationalMappingModifier and TypeFieldDescriptionprotected ObjectRelationalMappingClassDescriptor.mappingprotected ObjectRelationalMappingFieldDescriptor.mappingprotected ObjectRelationalMappingRDBMSMapping.mappingMethods in net.ontopia.persistence.proxy that return ObjectRelationalMappingModifier and TypeMethodDescriptionClassDescriptor.getMapping()INTERNAL: Gets the object relational mapping that the class descriptor belongs to.RDBMSMapping.getMapping()INTERNAL: Returns the object relational mapping instance wrapped by this class.Constructors in net.ontopia.persistence.proxy with parameters of type ObjectRelationalMappingModifierConstructorDescriptionClassDescriptor(Class<?> klass, Class<?> klass_immutable, ObjectRelationalMapping mapping) RDBMSMapping(ObjectRelationalMapping mapping)