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

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

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




    
        SELECT page
               FROM org.broadleafcommerce.core.search.redirect.domain.SearchRedirect page
               WHERE
                 upper(page.searchTerm) = upper(:searchTerm)  and (page.activeStartDate is null or page.activeStartDate <= :now) and (page.activeEndDate is null or :now <= page.activeEndDate   )
               order by page.searchPriority
        
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy