We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.
Path expected for join!
"SELECT e FROM UserGroupMember e " + "INNER JOIN UserGroup a ON e.userGroupId = a.id " + "INNER JOIN EzyCRMEventUserGroup b ON a.id = b.userGroupId " + "INNERJOIN EzyCRMEvent c ON b.eventId = c.id " + "INNER JOIN DataMapping d ON c.id = d.toDataId " + "INNER JOIN EzyCRMUserGroup f ON d.fromDataId = f.id " + "INNER JOIN EzyCRMEventUserGroup g ON f.id = g.userGroupId " + "WHERE e.userId IN ?1 " + "AND a.groupType = 'MATCH' " + "AND a.status = ?2 " + "AND c.eventType = 'ROUND' " + "AND d.mappingName = 'player_group_round' " + "AND f.groupType = 'AGE_GROUP' " + "AND g.eventId = ?0 " + "ORDER BY e.id DESC"
Path expected for join! [SELECT e FROM org.youngmonkeys.ezycrm.entity.UserGroupMember e INNER JOIN org.youngmonkeys.ezycrm.entity.UserGroup a ON e.userGroupId = a.id INNER JOIN org.youngmonkeys.ezycrm.entity.EzyCRMEventUserGroup b ON a.id = b.userGroupId INNER JOIN org.youngmonkeys.ezycrm.entity.EzyCRMEvent c ON b.eventId = c.id INNER JOIN org.youngmonkeys.ezyplatform.entity.DataMapping d ON c.id = d.toDataId INNER JOIN EzyCRMUserGroup f ON d.fromDataId = f.id INNER JOIN org.youngmonkeys.ezycrm.entity.EzyCRMEventUserGroup g ON f.id = g.userGroupId WHERE e.userId IN ?1 AND a.groupType = 'MATCH' AND a.status = ?2 AND c.eventType = 'ROUND' AND d.mappingName = 'player_group_round' AND f.groupType = 'AGE_GROUP' AND g.eventId = ?0 ORDER BY e.id DESC]
EzyCRMUserGroup
UserGroup
2.2K Point(s)
1.2K Point(s)
313 Point(s)
178 Point(s)
138 Point(s)
Input your email to receive reset password link, or if you remember your password, you can click