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

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

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






    
        SELECT customerOffer FROM org.broadleafcommerce.core.offer.domain.CustomerOffer customerOffer
        WHERE customerOffer.customer.id = :customerId
    

    
        SELECT offerCode FROM org.broadleafcommerce.core.offer.domain.OfferCode offerCode
        WHERE offerCode.offerCode = :code AND (offerCode.archiveStatus.archived IS NULL OR offerCode.archiveStatus.archived = 'N') 
    

    
        SELECT offer FROM org.broadleafcommerce.core.offer.domain.Offer offer
    






© 2015 - 2024 Weber Informatics LLC | Privacy Policy