jp.co.going.xbrl.sample.dao
クラス XbEntityDao

java.lang.Object
  上位を拡張 jp.co.going.xbrl.sample.dao.XbEntityDao

public class XbEntityDao
extends java.lang.Object

作成者:
Masako Okayasu

コンストラクタの概要
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
 

コンストラクタの詳細

XbEntityDao

public XbEntityDao()
メソッドの詳細

getInstance

public static XbEntityDao getInstance(java.sql.Connection connection)

insert

public void insert(XbEntityObj obj)
            throws XbException
例外:
XbException

selectAll

public java.util.ArrayList<XbEntityObj> selectAll()
                                           throws XbException
例外:
XbException

select

public XbEntityObj select(long entity_id)
                   throws XbException
例外:
XbException

getNextId

public long getNextId()
               throws XbException
例外:
XbException