195196197198199200201202203204205
* **/ IOperations operations = vengine.getOperations(); operations.updatePerson(userId, attributes); break; } catch (FinderException ex) { throw new ApplicationRuntimeException(ex);
154155156157158159160161162163164
7778798081828384858687
Address a1 =p1.getAddress(); a1.setHouseNumber( 5 ); p2.setAddress( a1 ); slsbpu.updateAddress( a1 ); slsbpu.updatePerson( p2 ); int size = slsbpu.retrieveOldPersonVersionFromAddress( a1.getId() ); Assert.assertEquals( 1, size ); } }