public class DepartmentMainIntramartDBMapper extends IntramartDBMapper implements DepartmentMainMapper
コンストラクタと説明 |
---|
DepartmentMainIntramartDBMapper() |
修飾子とタイプ | メソッドと説明 |
---|---|
DepartmentMainBaseModel |
create(String userCode)
プライマリキーに該当する主所属を生成します。
|
void |
delete(Collection models)
主所属の基本モデルを複数削除します。
|
void |
delete(DepartmentMainBaseModel model)
主所属の基本モデルを1つだけ削除します。
|
protected String |
getApplicationName()
主所属に対して定義されているアプリケーション名を取得します。
|
protected String |
getEntityName()
主所属に対して定義されているエンティティ名を取得します。
|
void |
insert(Collection models)
主所属の基本モデルを複数挿入します。
|
void |
insert(DepartmentMainBaseModel model)
主所属の基本モデルを1つだけ挿入します。
|
DepartmentMainBaseModel |
select(String userCode)
プライマリーキーで特定される主所属の基本モデルを取得します。
|
void |
update(Collection models)
主所属の基本モデルを複数更新します。
|
void |
update(DepartmentMainBaseModel model)
主所属の基本モデルを1つだけ更新します。
|
checkByBaseProperty, close, createBaseAccessor, createBaseModel, delete, init, insert, isClosed, notifyDelete, notifyUpdate, select, select, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkByBaseProperty, close, createBaseModel, init, isClosed, notifyDelete, notifyUpdate, select
protected String getApplicationName()
getApplicationName
クラス内 IntramartDBMapper
protected String getEntityName()
getEntityName
クラス内 IntramartDBMapper
public DepartmentMainBaseModel create(String userCode) throws MapperException
create
インタフェース内 DepartmentMainMapper
userCode
- ユーザコードMapperException
- モデルの生成に失敗した場合public DepartmentMainBaseModel select(String userCode) throws MapperException
select
インタフェース内 DepartmentMainMapper
userCode
- ユーザコードMapperException
- 検索で例外が発生した場合public void insert(DepartmentMainBaseModel model) throws MapperException
DepartmentMainMapper
の create(String)
で生成されたものである必要があります。insert
インタフェース内 DepartmentMainMapper
model
- 挿入する主所属の基本モデルMapperException
- 挿入で何らかの例外が発生した場合public void insert(Collection models) throws MapperException
DepartmentMainMapper
の create(String)
で生成された主所属の基本モデルの集合である必要があります。insert
インタフェース内 DepartmentMainMapper
insert
クラス内 IntramartDBMapper
models
- 挿入する主所属の基本モデルの集合MapperException
- 挿入で何らかの例外が発生した場合public void update(DepartmentMainBaseModel model) throws MapperException
DepartmentMainMapper
の select
系メソッド
から取得されたもので生成されたものである必要があります。update
インタフェース内 DepartmentMainMapper
model
- 更新する主所属の基本モデルMapperException
- 更新で何らかの例外が発生した場合public void update(Collection models) throws MapperException
DepartmentMainMapper
の select
系メソッド
から取得されたものかで生成された主所属の基本モデルの集合である必要があります。update
インタフェース内 DepartmentMainMapper
update
クラス内 IntramartDBMapper
models
- 更新する主所属の基本モデルの集合MapperException
- 更新で何らかの例外が発生した場合public void delete(DepartmentMainBaseModel model) throws MapperException
DepartmentMainMapper
の select
系メソッド から取得されたものである必要があります。delete
インタフェース内 DepartmentMainMapper
model
- 削除する主所属の基本モデルMapperException
- 削除で何らかの例外が発生した場合public void delete(Collection models) throws MapperException
DepartmentMainMapper
の select
系メソッド から取得された主所属基本モデルの集合である必要があります。delete
インタフェース内 DepartmentMainMapper
delete
クラス内 IntramartDBMapper
models
- 削除する主所属の基本モデルの集合MapperException
- 削除で何らかの例外が発生した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION