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 / shashi
No,its not mandatory to map each variable in class with table column in hibernate.
you can skip some of the those using trasient keyword from persisting into database
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
What is the Spring2.5 MVC Navigation flow?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is java collection? : java collections
What are maps interfaces in the java collections? : java collections
what is mean by hasing and maping in java platform and advantage?
What are the interfaces in java collections? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What are the types of interface used in the java collections? : java collections
Should we create system software ( e.g operating system ) in java ?
can u draw class/object diagram for ATM
What are the differences between the java collection and the java list? : java collections
Which sorting algorithm is used by collections.sort() in java ?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?