I have the user object who has manytomany relation with Group entity.
But i want that by default the user should be added to Group Group_User which has id=4 in database.
Now how can i add that in User constructor
How can use query in Entity class