All Downloads are FREE. Search and download functionalities are using the official Maven repository.

custom-sql.default.xml Maven / Gradle / Ivy

There is a newer version: 5.0.47
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy