私はSpringを使用しているので、org.springframework.dao.DataIntegrityViolationException
で解決します。
try {
ao_history_repository.save(new AoHistory(..));
} catch (DataIntegrityViolationException e) {
System.out.println("history already exist");
}
ただし、@KevinGuancheDarias として 言及する: