Jeg bruger spring, så vi løser det ved org.springframework.dao.DataIntegrityViolationException
try {
ao_history_repository.save(new AoHistory(..));
} catch (DataIntegrityViolationException e) {
System.out.println("history already exist");
}
Men som @KevinGuancheDarias nævne det: