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

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




    
		SELECT staticAsset
               FROM org.broadleafcommerce.cms.file.domain.StaticAsset staticAsset
               WHERE
                  staticAsset.sandbox = :targetSandbox AND
                  staticAsset.fullUrl = :fullUrl
		
	

    
		SELECT staticAsset
               FROM org.broadleafcommerce.cms.file.domain.StaticAsset staticAsset
               WHERE
                  staticAsset.sandbox is null AND
                  staticAsset.fullUrl = :fullUrl
		
	





© 2015 - 2025 Weber Informatics LLC | Privacy Policy