Hi
I am new to hibernate and would require a clarification for the below problem.
My main application has some existing tables which i want to use for an optional feature. Now i need to retrieve data from one existing table and process that data. Do i need to write a seperate POJO for this table ? I want only 2 columns of these table.
Also does all the tables of the DB need to be mapped with POJOs?
Please clarify
regards