I need to read/write data of a post(in a forum website). For reading the data of post, I need to read title of post, content Of Post & post owner. My question is how do I go about fetching the data for these fields from DB. I am making a single function called fillNow() which shall fill in the Data read from DB. Thus making the data available for all getProperty() methods of post inside the bean. Thus all the data from DB is read at once. Is there a better way ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
The best approach is to create a method annotated with
|
|||
|
|