How do you create UserTransaction Object? How do you
rollback a transaction in a method?
Answer / gnani
the user transactin object created using session
Transaction tx=session.beginTransaction();
the rollback is:
tx.rollback();
| Is This Answer Correct ? | 2 Yes | 9 No |
What are maps interfaces in the java collections? : java collections
What is the difference between comparable and comparator in java.util pkg?
What are the types of interface used in the java collections? : java collections
What is need of DAO? Write one simple DAO example?
what are callback methods?
Difference b/w >> and >>> ?
What are the differences between the java collection and the java list? : java collections
What is a constructor?
can u draw class/object diagram for ATM
0 Answers HCL, Zycus Infotech,
what is hibernate ceteria ?
How is hashset maintained in memory by java ?
what is difference between business deligate and session facade ?