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
Which interface does java.util.hashtable implement?
What is deque in the java collections framework? : java collections
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
How is hashset maintained in memory by java ?
my interviewer asked me what technical specification you used how to answer that question
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.
How do I find jre path in windows?
What are the types of java collections? : java collections
what is mean by hasing and maping in java platform and advantage?
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What are the uses of the set interfaces in the java collections? : java collections
What are the classes in the java collection framework? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What is the difference between comparable and comparator in java.util pkg?
Which sorting algorithm is used by collections.sort() in java ?