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