|
Thanks for the info, it was close but I wasn't mixing up the placements.
I have column definitions on my setters and this transient annotation was also placed on a setter. This didn't work, I moved the transient annotation to the getter instead for the List and now it is being picked up.
|