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...
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
who should use JNDI?
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
Explain JSP life cycle?
How do I find jre path in windows?
What is iterator in the java collections framework? : java collections
what is diff string and stringbuffer
What is an algorithm in java collection framework? : java collections
what is difference between web server and application server?
How do you debug your java program?
how to deploy the web application ?
what debugging tool that can be used to debug the java programs?