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 different types of features of the java collections framework? : java collections
please mail me the interview question based on java/j2ee
Which sorting algorithm is used by collections.sort() in java ?
What is the enumerator of the java collection framework? : java collections
What is deque in the java collections framework? : java collections
What are maps interfaces in the java collections? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
Which interface does java.util.hashtable implement?
my interviewer asked me what technical specification you used how to answer that question
What is iterator in the java collections framework? : java collections
What are the types of java collections? : java collections
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
can u draw class/object diagram for ATM
What do you understand by synchronization? Why is it important?
What are the considerations to be made in case of loops in java ?