Uses of Class
net.ontopia.persistence.proxy.ClassDescriptor
Packages that use ClassDescriptor
-
Uses of ClassDescriptor in net.ontopia.persistence.proxy
Fields in net.ontopia.persistence.proxy declared as ClassDescriptorModifier and TypeFieldDescriptionprotected ClassDescriptorClassInfo.cdescprotected ClassDescriptorFieldDescriptor.cdescFields in net.ontopia.persistence.proxy with type parameters of type ClassDescriptorModifier and TypeFieldDescriptionprotected Map<Class<?>,ClassDescriptor> ObjectRelationalMapping.cdescsMethods in net.ontopia.persistence.proxy that return ClassDescriptorModifier and TypeMethodDescriptionFieldDescriptor.getClassDescriptor()INTERNAL: Gets the class descriptor that the field descriptor belongs to.ObjectRelationalMapping.getClassDescriptors()INTERNAL: Gets all the class descriptors in the mapping.ObjectRelationalMapping.getDescriptorByClass(Class<?> type) INTERNAL: Gets the class descriptor by object type.FieldDescriptor.getValueClassDescriptor()INTERNAL: Gets the class descriptor of the field value class.protected ClassDescriptor[]ObjectRelationalMapping.toClassDescriptorArray(Collection<ClassDescriptor> cdescs) INTERNAL: Utility method that converts a collection of class descriptors to an array of class descriptors.Methods in net.ontopia.persistence.proxy with parameters of type ClassDescriptorModifier and TypeMethodDescriptionvoidObjectRelationalMapping.addClass(ClassDescriptor cdesc) INTERNAL: Adds the class descriptor to the mapping.Method parameters in net.ontopia.persistence.proxy with type arguments of type ClassDescriptorModifier and TypeMethodDescriptionprotected ClassDescriptor[]ObjectRelationalMapping.toClassDescriptorArray(Collection<ClassDescriptor> cdescs) INTERNAL: Utility method that converts a collection of class descriptors to an array of class descriptors.Constructors in net.ontopia.persistence.proxy with parameters of type ClassDescriptorModifierConstructorDescriptionClassInfo(RDBMSMapping mapping, ClassDescriptor cdesc) FieldDescriptor(String name, ClassDescriptor cdesc)