custom-sql.default.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.invitation.invite.members.web
Show all versions of com.liferay.invitation.invite.members.web
Liferay Invitation Invite Members Web
<?xml version="1.0"?> <custom-sql> <sql id="com.liferay.portal.service.persistence.UserFinder.filterByUsersGroupsGroupId"> <![CDATA[ LEFT JOIN Users_Groups ON (Users_Groups.groupId = ?) AND (Users_Groups.userId = User_.userId) WHERE Users_Groups.userId IS NULL ]]> </sql> </custom-sql>