META-INF.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.commerce.shipping.engine.fixed.service
Show all versions of com.liferay.commerce.shipping.engine.fixed.service
Liferay Commerce Shipping Engine Fixed Service
The newest version!
<?xml version="1.0"?> <custom-sql> <sql id="com.liferay.commerce.shipping.engine.fixed.service.persistence.CommerceShippingFixedOptionRelFinder.findByC_C_C_Z_W"> <![CDATA[ SELECT CShippingFixedOptionRel.* FROM CShippingFixedOptionRel WHERE (CShippingFixedOptionRel.commerceShippingFixedOptionId = ?) AND ( (CShippingFixedOptionRel.countryId = ?) OR (CShippingFixedOptionRel.countryId = 0) ) AND ( (CShippingFixedOptionRel.regionId = ?) OR (CShippingFixedOptionRel.regionId = 0) ) AND ( (CShippingFixedOptionRel.zip = ?) OR (CShippingFixedOptionRel.zip IS NULL) ) AND (CShippingFixedOptionRel.weightFrom <= ?) AND (CShippingFixedOptionRel.weightTo >= ?) ]]> </sql> </custom-sql>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy