I am trying to implement hibernate on a legacy database (that still has a legacy PHP client), and am running into some problems because the people who wrote the original app had
The annotation: @NotFound( action = NotFoundAction.IGNORE )
Does exactly what I was looking for. I found it through here:
Hibernate Many-To-One Foreign Key Default 0