what is lazy loading in hibernate?Explain in detailed manner?
Answer Posted / subbareddy .m
lazy loading means on demand initializing to words object
data string
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
what is delimiter in sas ?
3. What is the difference between testing and Quality Assurance?
What is the entry point function of a DLL?
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
Have you used callsymputx? what points need to be kept in mind when using it?
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
can we extend a class having only one parameterised constructor.Suggest the process to do it.
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Find out the roles which gives access to all tables in SAP? Thanks in advance.
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
How to know we are in home page of a web application using QTP
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?