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

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




	
		SELECT offer FROM org.broadleafcommerce.core.offer.domain.Offer offer
		WHERE offer.deliveryType = 'AUTOMATIC'
		AND (offer.startDate <= :specifiedDate OR offer.startDate = null)
		AND (offer.endDate > :specifiedDate OR offer.endDate = null)
	

	
		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
	

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy