@Service
@Scope("prototype")
public class Merger
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
merge
@Transactional
public void merge(Object entity)
-
mergeAndCommit
@Transactional(propagation=REQUIRES_NEW)
public void mergeAndCommit(Object entity)
-
-
-