Update an ORM record, but with empty value
Hi All, Excuse my poor english and my poor coldfusion level ![]()
I have some problems to update datas with ORM objects.
1) I have a customer objet with a job property (many-to-one relations)
2) I have a job object ( a list of job )
When I update a customer with customerOBJ.setjob( jobOBJ ); it's OK
But when I don't arrive to restore empty value for job.
When I try this :
customerOBJ.setJob(), I have an error because the parameters is not a job type
Do you have some informations about that ?
Thanks in advance.
