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