public class MimetypeDAOImpl extends AbstractMimetypeDAOImpl
| Constructor and Description |
|---|
MimetypeDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected MimetypeEntity |
createMimetypeEntity(java.lang.String mimetype) |
protected MimetypeEntity |
getMimetypeEntity(java.lang.Long id) |
protected MimetypeEntity |
getMimetypeEntity(java.lang.String mimetype) |
void |
setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate) |
protected int |
updateMimetypeEntity(java.lang.Long id,
java.lang.String newMimetype) |
getMimetype, getMimetype, getOrCreateMimetype, setMimetypeEntityCache, updateMimetypepublic final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
protected MimetypeEntity getMimetypeEntity(java.lang.Long id)
getMimetypeEntity in class AbstractMimetypeDAOImplid - the ID of the mimetype entityprotected MimetypeEntity getMimetypeEntity(java.lang.String mimetype)
getMimetypeEntity in class AbstractMimetypeDAOImplprotected MimetypeEntity createMimetypeEntity(java.lang.String mimetype)
createMimetypeEntity in class AbstractMimetypeDAOImplprotected int updateMimetypeEntity(java.lang.Long id,
java.lang.String newMimetype)
updateMimetypeEntity in class AbstractMimetypeDAOImplCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.