Class LocaleDAOImpl
- java.lang.Object
-
- org.alfresco.repo.domain.locale.AbstractLocaleDAOImpl
-
- org.alfresco.repo.domain.locale.ibatis.LocaleDAOImpl
-
- All Implemented Interfaces:
LocaleDAO
public class LocaleDAOImpl extends AbstractLocaleDAOImpl
iBatis-specific implementation of the Locale DAO.- Since:
- 3.4
- Author:
- janv
-
-
Constructor Summary
Constructors Constructor Description LocaleDAOImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocaleEntitycreateLocaleEntity(java.lang.String localeStr)protected LocaleEntitygetLocaleEntity(java.lang.Long id)protected LocaleEntitygetLocaleEntity(java.lang.String localeStr)voidsetSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)-
Methods inherited from class org.alfresco.repo.domain.locale.AbstractLocaleDAOImpl
getDefaultLocalePair, getLocalePair, getLocalePair, getOrCreateDefaultLocalePair, getOrCreateLocalePair, setLocaleEntityCache
-
-
-
-
Method Detail
-
setSqlSessionTemplate
public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
-
getLocaleEntity
protected LocaleEntity getLocaleEntity(java.lang.Long id)
- Specified by:
getLocaleEntityin classAbstractLocaleDAOImpl
-
getLocaleEntity
protected LocaleEntity getLocaleEntity(java.lang.String localeStr)
- Specified by:
getLocaleEntityin classAbstractLocaleDAOImpl
-
createLocaleEntity
protected LocaleEntity createLocaleEntity(java.lang.String localeStr)
- Specified by:
createLocaleEntityin classAbstractLocaleDAOImpl
-
-