|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.going.xbrl.sample.dao.XbIdentifierDao
public class XbIdentifierDao
| コンストラクタの概要 | |
|---|---|
XbIdentifierDao()
|
|
| メソッドの概要 | |
|---|---|
static XbIdentifierDao |
getInstance(java.sql.Connection connection)
|
long |
getNextId()
|
void |
insert(XbIdentifierObj obj)
|
XbIdentifierObj |
select(long identifier_id)
|
java.util.ArrayList<XbIdentifierObj> |
selectAll()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public XbIdentifierDao()
| メソッドの詳細 |
|---|
public static XbIdentifierDao getInstance(java.sql.Connection connection)
public void insert(XbIdentifierObj obj)
throws XbException
XbException
public java.util.ArrayList<XbIdentifierObj> selectAll()
throws XbException
XbException
public XbIdentifierObj select(long identifier_id)
throws XbException
XbException
public long getNextId()
throws XbException
XbException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||