ginsul

Untitled

Dec 18th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. DbEntity dbEntity1 = paymentRepository.saveAndFlush(new DbEntity());
  2. DbEntity dbEntity2 = entityManager.find(DbEntity.class, dbEntity1.getId());
Advertisement
Add Comment
Please, Sign In to add comment