config.bc.jpa.domain.Locale.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 locale
FROM org.broadleafcommerce.common.locale.domain.Locale locale
WHERE locale.localeCode = :localeCode
SELECT locale
FROM org.broadleafcommerce.common.locale.domain.Locale locale
WHERE locale.defaultFlag = true
SELECT locale
FROM org.broadleafcommerce.common.locale.domain.Locale locale
© 2015 - 2024 Weber Informatics LLC | Privacy Policy