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
What is an algorithm in java collection framework? : java collections
my interviewer asked me what technical specification you used how to answer that question
Which sorting algorithm is used by collections.sort() in java ?
can u draw class/object diagram for ATM
What are the different types of collections views being provided by the map interface? : java collections
What are the interfaces in java collections? : java collections
Which interface does java.util.hashtable implement?
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
How is hashset maintained in memory by java ?
What are the different types of ways where you can iterate over a list? : java collections
What is the enumerator of the java collection framework? : java collections
please mail me the interview question based on java/j2ee
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
What is java collection? : java collections
What do you understand by synchronization? Why is it important?