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

config.bc.jpa.domain.ShippingRate.orm.xml Maven / Gradle / Ivy

There is a newer version: 3.1.15-GA
Show newest version



    
        SELECT shippingRate FROM org.broadleafcommerce.core.pricing.domain.ShippingRate shippingRate
                     WHERE shippingRate.feeType = :feeType
                           AND shippingRate.feeSubType = :feeSubType 
                           AND shippingRate.bandUnitQuantity > :bandUnitQuantity 
                 ORDER BY band_unit_qty         
        
    
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy