You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supporting the case when an Employee entity has ManyToOne association with Departement and we need to fetch employees that have no departments, the json looks like:
{
"department": null
}
previously, it was returning some exception Unable to locate attribute with the given name....