【发布时间】:2013-11-20 10:43:36
【问题描述】:
我的意思是,像具有 Attribute.java 这样的流动类
String name;
Object Value;
Long entityId;
并像这样实现 User.java:
Set<Attribute> attributes;
Long id;
或 User.java 的具体类实现
String realName;
String displayedName;
Int score;
Long id;
数据库概念和OOP概念哪个有效?
【问题讨论】:
标签: database oop database-design data-structures