anbuashokcs / jforum2

Automatically exported from code.google.com/p/jforum2
Other
0 stars 0 forks source link

Some user attributes not stored in DB #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
net.jforum.entities.User defines a number of getter/setter methods for 
attributes that do not actually get written/read to/from the database by its 
DAO, such as first name, last name, time zone.

I would propose either: (i) implement these attributes in the database schema 
and DAOs, or (ii) remove them, leaving such attributes to be handled by the 
addExtra() and getExtra() methods if people want them. I'm not sure what makes 
the most sense from your perspective, or why these un-stored attributes are 
even present in the first place, so let me know if I'm missing something.

Original issue reported on code.google.com by max.b...@gmail.com on 10 Feb 2012 at 9:46