Ivy data class persistence: Make the java class’s attribute transienttransient?
Hi all,
An employee instance will be persisted (Persistent column is yes) in ivy process. Employee java class has a list of profiles but I want to persist the profiles' id instead of profiles and load profiles when call getProfiles() if profiles attribute is null.
Do you have any solutions/suggestions?
Thank you.
Long Do