jp.go.nict.langrid.wrapper.common.db.dao
クラス BilingualDictionaryDao
java.lang.Object
jp.go.nict.langrid.wrapper.common.db.dao.AbstractDao
jp.go.nict.langrid.wrapper.common.db.dao.BasicEntityDao<Translation,BasicEntityTable<Translation>>
jp.go.nict.langrid.wrapper.common.db.dao.BilingualDictionaryDao
public class BilingualDictionaryDao
- extends BasicEntityDao<Translation,BasicEntityTable<Translation>>
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BilingualDictionaryDao
public BilingualDictionaryDao(ConnectionManager connectionManager,
DbDictionary dbDictionary,
String tableName,
int maxCount)
searchTranslations
public Collection<Translation> searchTranslations(Language headLang,
Language[] targetLangs,
String headWord,
MatchingMethod matchingMethod)
throws DaoException
- 例外:
DaoException
addTranslation
public long addTranslation(Language[] languages,
String[] translations)
throws DaoException
- 例外:
DaoException
deleteTranslation
public boolean deleteTranslation(long id)
throws DaoException
- 例外:
DaoException
updateTranslation
public void updateTranslation(long id,
Language[] languages,
String[] translations)
throws DaoException
- 例外:
DaoException
dump
public void dump(PrintStream ps)
throws DaoException
- 例外:
DaoException