How do you model custom attributes of entities?
问题 Let's say we're having an application which should be able to store all kind of products. Each product has at least an ID and a Name but all other attributes can be defined by the user himself. E.g. He could create a productgroup Ipods which would contain attributes capacity and generation E.g. He could create a productgroup TShirts with the attributes size and color We need to store the definition of a product and the concrete products itself. We want to ensure that it is easily possible to