Primary Key attributes

should we use wrapper classes as attributes or use primitive data types as attributes to present the database?
[145 byte] By [attachvishal] at [2007-9-26 2:37:15]
# 1
You can use either. We use wrapper classes for composite primary keys and sometimes just for flexibility (in case the primary key changes), then we can just change our PK class.
tt003ee at 2007-6-29 10:06:15 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...