I have executed code you provided and I didn't get your exception.
Please provide code which really throws that exception.
You should not declare id property as primitive type.
Change type of id variable to Integer in all entities.
And provide @GeneratedValue annotation for each id variable. I set it to AUTO
This works with test code you provided.