org.alfresco.repo.domain.mimetype.ibatis
Class MimetypeDAOImpl
java.lang.Object
org.alfresco.repo.domain.mimetype.AbstractMimetypeDAOImpl
org.alfresco.repo.domain.mimetype.ibatis.MimetypeDAOImpl
- All Implemented Interfaces:
- MimetypeDAO
public class MimetypeDAOImpl
- extends AbstractMimetypeDAOImpl
iBatis-specific implementation of the Mimetype DAO.
- Since:
- 3.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MimetypeDAOImpl
public MimetypeDAOImpl()
setSqlSessionTemplate
public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
getMimetypeEntity
protected MimetypeEntity getMimetypeEntity(java.lang.Long id)
- Specified by:
getMimetypeEntity
in class AbstractMimetypeDAOImpl
- Parameters:
id
- the ID of the mimetype entity
- Returns:
- Return the entity or null if it doesn't exist
getMimetypeEntity
protected MimetypeEntity getMimetypeEntity(java.lang.String mimetype)
- Specified by:
getMimetypeEntity
in class AbstractMimetypeDAOImpl
createMimetypeEntity
protected MimetypeEntity createMimetypeEntity(java.lang.String mimetype)
- Specified by:
createMimetypeEntity
in class AbstractMimetypeDAOImpl
updateMimetypeEntity
protected int updateMimetypeEntity(java.lang.Long id,
java.lang.String newMimetype)
- Specified by:
updateMimetypeEntity
in class AbstractMimetypeDAOImpl
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.