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