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

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

There is a newer version: 3.0.45
Show newest version
<?xml version="1.0"?>

<custom-sql>
	<sql id="com.liferay.social.networking.service.persistence.WallEntryFinder.countByG1_G2_U1_U2">
		<![CDATA[
			SELECT
				COUNT(*) AS COUNT_VALUE
			FROM
				SN_WallEntry
			WHERE
				(
					(groupId = ?) OR
					(groupId = ?)
				) AND
				(
					(userId = ?) OR
					(userId = ?)
				)
		]]>
	</sql>
	<sql id="com.liferay.social.networking.service.persistence.WallEntryFinder.findByG1_G2_U1_U2">
		<![CDATA[
			SELECT
				{SN_WallEntry.*}
			FROM
				SN_WallEntry
			WHERE
				(
					(groupId = ?) OR
					(groupId = ?)
				) AND
				(
					(userId = ?) OR
					(userId = ?)
				)
			ORDER BY
				createDate DESC
		]]>
	</sql>
</custom-sql>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy