Yes, hibernate is selected. The ONLY way i get java 5 structures is when using JPA and Hibernate as implementation and then using JPA reverse engeneering.
When using only hibernate (‘add hibernate capabilities) and then selecting the options you indicate i get non java5 structures.
In februari this year i tried the same and with the same effect. I am creating a brand new project (in an existing workspace).
I just tried it again and in the screen in the wizzard i do see ‘Java complicance level 5’ selected. No it just does not work i keep getting (see below)
I have just jesterday started this new project with JPA+Hibernate, but i prefer just Hibernate, am still NOT too late to switch. This code is to integrate into a larger system and would be the only JPA code, I prefer to switch. Do you have any more suggestions ?
private String bestemmingLandType;
private String certificaatNummer;
private Set insureds = new HashSet(0);
// Constructors