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

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

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



    
        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 - 2024 Weber Informatics LLC | Privacy Policy