Hello Sebastian,

Could you please help me with following issue:

currently we have Organisation_Users mapping in Users class defined as
follows:
@OneToMany(fetch = FetchType.EAGER)
@JoinColumn(name = "user_id", insertable = true, updatable = true)
private List<Organisation_Users> organisation_users;

BUT
deleteUserFromOrganisation method does not actually deletes
the Organisation_Users object. It is set deleted flag to "true".
Maybe you know the way how Organisation_Users list for user can be filtered
by *deleted=false *?

Thanks in advance

-- 
WBR
Maxim aka solomax

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to