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: 4.0.44
Show newest version
<?xml version="1.0"?>

<custom-sql>
	<sql id="com.liferay.commerce.tax.engine.fixed.service.persistence.CommerceTaxFixedRateAddressRelFinder.findByC_C_C_Z">
		<![CDATA[
			SELECT
				CommerceTaxFixedRateAddressRel.*
			FROM
				CommerceTaxFixedRateAddressRel
			WHERE
				(CommerceTaxFixedRateAddressRel.commerceTaxMethodId = ?) AND
				(
					(CommerceTaxFixedRateAddressRel.commerceCountryId = ?) OR
					(CommerceTaxFixedRateAddressRel.commerceCountryId = 0)
				) AND
				(
					(CommerceTaxFixedRateAddressRel.commerceRegionId = ?) OR
					(CommerceTaxFixedRateAddressRel.commerceRegionId = 0)
				) AND
				(
					(CommerceTaxFixedRateAddressRel.zip = ?) OR
					(CommerceTaxFixedRateAddressRel.zip IS NULL)
				)
		]]>
	</sql>
</custom-sql>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy