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 is need of DAO? Write one simple DAO example?
How to use ANT?
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
what is filter ?
How is hashset maintained in memory by java ?
How to implement or use the singleton class in java?
Why do you use Context Object
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...
what is the difference between banking and insurance domain?
Which sorting algorithm is used by collections.sort() in java ?
What are the considerations to be made in case of loops in java ?
which book is the best for preparing for SCWCD 1.5