I solved the problem using org.springframework.transaction.support.TransactionTemplate.
Type: Posts; User: avi129; Keyword(s):
I solved the problem using org.springframework.transaction.support.TransactionTemplate.
I am using Spring 1.2.6, Hibernate 3.0.1
I have one interface and its implementor defined as
public interface A {
public void methodA1() throws DataAccessException;
public void...
when u fire the above query , u get List of Vets
when u fire above query, u get List of 2D array objects
i.e.
each object in the List will be a 2D array object of length 2
where
object...