posted 19 years ago
1. In the genetic_query.sql, there is a "user_lang" column. but in the User.java, its attribute is "lang", the name is different. So there should be some place to match "user_lang" with "lang". When getting data from database and fill in a User object, or when saving User data into Mysql database, there should do some matchings. But I don't know which files to do this job ?
2. UserModel.java is an interface, which file to implement this interface which includes the database-business logic, for example, selectByID() ?
Thanks
[originally posted on jforum.net by Anonymous]