Is it Mandatory to map each pojo class variable with table
column in Hibernate? Is there any alternative to skip some
of those? Thanks in advance...
Answer Posted / simhanijagadeesh
good question...good question...we need all colunns
properties map in pojo.hbm.xml and pojo when and only we
need to create with that table creation.if you are doing
fetching data no need of all variables in pojo and hbm
file.good Question by you.....keep it up...I tested and
found in my real project...I will give you clear info on
this after verifying my project.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between the java collection and the java list? : java collections
What are the uses of the set interfaces in the java collections? : java collections
What is the enumerator of the java collection framework? : java collections
Which sorting algorithm is used by collections.sort() in java ?
What is the use of hashcode in java ?
What are the different types of collections views being provided by the map interface? : java collections
What is the use of the list interface in the java collection? : java collections
What is the Spring2.5 MVC Navigation flow?
Which interface does java.util.hashtable implement?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
How is hashset maintained in memory by java ?
what is mean by hasing and maping in java platform and advantage?
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
Should we create system software ( e.g operating system ) in java ?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance