I know this has to do with the annotations I use to map these two together. I've been playing around with different configuration, but I keep getting this error:
org.hibernate.MappingException: Repeated column in mapping for entity: egg.myapp.payroll.model.TimeEntry column: emplid (should be mapped with insert="false" update="false")
and I don't see how to define these attributes. I am in no way saying that the configuration I have is the best way to do this. Any help would be appreciated.
When you break the big rules, you get a lot of little rules.