|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.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
| コンストラクタの概要 | |
|---|---|
ParallelTextDao(ConnectionManager connectionManager,
DbDictionary dbDictionary,
String tableName,
int maxCount)
|
|
| メソッドの概要 | |
|---|---|
long |
addParallelText(Language[] languages,
String[] texts)
|
boolean |
deleteParallelText(long id)
|
Collection<ParallelText> |
searchParallelTexts(Language sourceLang,
Language[] targetLangs,
String source,
MatchingMethod matchingMethod)
|
boolean |
updateParallelText(long id,
Language[] languages,
String[] texts)
|
| クラス jp.go.nict.langrid.wrapper.common.db.dao.BasicEntityDao から継承されたメソッド |
|---|
clear, delete, getSequenceTable, getTable, insert, search, update |
| クラス jp.go.nict.langrid.wrapper.common.db.dao.AbstractDao から継承されたメソッド |
|---|
beginTransaction, closeConnection, closeConnection, commitTransaction, getConnection, rollbackTransaction, rollbackTransaction |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ParallelTextDao(ConnectionManager connectionManager,
DbDictionary dbDictionary,
String tableName,
int maxCount)
| メソッドの詳細 |
|---|
public Collection<ParallelText> searchParallelTexts(Language sourceLang,
Language[] targetLangs,
String source,
MatchingMethod matchingMethod)
throws DaoException
DaoException
public long addParallelText(Language[] languages,
String[] texts)
throws DaoException
DaoException
public boolean deleteParallelText(long id)
throws DaoException
DaoException
public boolean updateParallelText(long id,
Language[] languages,
String[] texts)
throws DaoException
DaoException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||