org.alfresco.repo.domain.locale.ibatis
Class LocaleDAOImpl

java.lang.Object
  extended by org.alfresco.repo.domain.locale.AbstractLocaleDAOImpl
      extended by 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

Constructor Summary
LocaleDAOImpl()
           
 
Method Summary
protected  LocaleEntity createLocaleEntity(java.lang.String localeStr)
           
protected  LocaleEntity getLocaleEntity(java.lang.Long id)
           
protected  LocaleEntity getLocaleEntity(java.lang.String localeStr)
           
 void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
           
 
Methods inherited from class org.alfresco.repo.domain.locale.AbstractLocaleDAOImpl
getDefaultLocalePair, getLocalePair, getLocalePair, getOrCreateDefaultLocalePair, getOrCreateLocalePair, setLocaleEntityCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleDAOImpl

public LocaleDAOImpl()
Method Detail

setSqlSessionTemplate

public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)

getLocaleEntity

protected LocaleEntity getLocaleEntity(java.lang.Long id)
Specified by:
getLocaleEntity in class AbstractLocaleDAOImpl

getLocaleEntity

protected LocaleEntity getLocaleEntity(java.lang.String localeStr)
Specified by:
getLocaleEntity in class AbstractLocaleDAOImpl

createLocaleEntity

protected LocaleEntity createLocaleEntity(java.lang.String localeStr)
Specified by:
createLocaleEntity in class AbstractLocaleDAOImpl


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.