I have the following transaction in my service layer which will insert a batch of records into my table A after validating it.
@Transactional(readOnly =false, propagation = Propagation.REQUIRED,...
Type: Posts; User: harry@123; Keyword(s):
I have the following transaction in my service layer which will insert a batch of records into my table A after validating it.
@Transactional(readOnly =false, propagation = Propagation.REQUIRED,...
hi Guys,
i am using spring 3 with jpa with db2 database. i have problem when inserting bulk data and selecting a record from the same table with in a same transaction.i think this bulk insert...