jp.go.nict.langrid.wrapper.common.db.dao
クラス ParallelTextDao
java.lang.Object
jp.go.nict.langrid.wrapper.common.db.dao.AbstractDao
jp.go.nict.langrid.wrapper.common.db.dao.BasicEntityDao<ParallelText,BasicEntityTable<ParallelText>>
jp.go.nict.langrid.wrapper.common.db.dao.ParallelTextDao
public class ParallelTextDao
- extends BasicEntityDao<ParallelText,BasicEntityTable<ParallelText>>
- バージョン:
- $Revision: 4856 $
- 作成者:
- Takao Nakaguchi, $Author: nakaguchi $
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParallelTextDao
public ParallelTextDao(ConnectionManager connectionManager,
DbDictionary dbDictionary,
String tableName,
int maxCount)
searchParallelTexts
public Collection<ParallelText> searchParallelTexts(Language sourceLang,
Language[] targetLangs,
String source,
MatchingMethod matchingMethod)
throws DaoException
- 例外:
DaoException
addParallelText
public long addParallelText(Language[] languages,
String[] texts)
throws DaoException
- 例外:
DaoException
deleteParallelText
public boolean deleteParallelText(long id)
throws DaoException
- 例外:
DaoException
updateParallelText
public boolean updateParallelText(long id,
Language[] languages,
String[] texts)
throws DaoException
- 例外:
DaoException