views:

29

answers:

0

Hello, I'm having a strange issue when I put lazy true inside a hibernate xml. In my class I have a property like this "Name" and a field like this "name". When I retrive a single record against the database the I receive a classe like this: Property: "john doe" ; field: "null".

Explaining, the property and fields are not equals. How this is possible?