config.bc.jpa.domain.SandBox.orm.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broadleaf-common Show documentation
Show all versions of broadleaf-common Show documentation
A collection of classes shared by broadleaf profile, cms, admin, and core.
SELECT sandbox FROM org.broadleafcommerce.common.sandbox.domain.SandBox sandbox
WHERE sandbox.name = :name
SELECT sandbox FROM org.broadleafcommerce.common.sandbox.domain.SandBox sandbox
WHERE sandbox.sandboxType = :sandboxType
SELECT sandbox FROM org.broadleafcommerce.common.sandbox.domain.SandBox sandbox
WHERE sandbox.sandboxType = :sandboxType AND
sandbox.name = :sandboxName
© 2015 - 2024 Weber Informatics LLC | Privacy Policy