I have a refernece in an entity which depends on another reference. The code works fine. But when i use @Version in a timestamp property to control concurrent user update , the dependant reference gives error "object references an unsaved transient instance -- save the transient instance before flushing: ( the depends entityname) . @DefaultValueCalculator(value = SetDefaultCombos.class, properties = @PropertyValue(name = "value", value = "5")) @Required @DescriptionsList(descriptionProperties = "categoryname")...