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

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




	
		SELECT targetContent 
		                FROM org.broadleafcommerce.core.marketing.domain.TargetContent targetContent
		
	

	
		SELECT targetContent 
		                FROM org.broadleafcommerce.core.marketing.domain.TargetContent targetContent
					 WHERE targetContent.priority = :priority
					      AND  SYS_DATE > targetContent.onlineDate
					      AND targetContent.offlineDate > SYSDATE
		
	

	
		SELECT targetContent 
		                FROM org.broadleafcommerce.core.marketing.domain.TargetContent targetContent
					 WHERE targetContent.contentName = :name
					      AND targetContent.contentType = :type 
					      AND  SYSDATE > targetContent.onlineDate
					      AND targetContent.offlineDate > SYSDATE
				ORDER BY priority, online_date desc
		
	





© 2015 - 2025 Weber Informatics LLC | Privacy Policy