コード例 #1
0
 @Override
 @Transactional(propagation = Propagation.REQUIRED)
 public void update(final E entity) {
   genericDao.update(entity);
 }