org.asyrinx.joey.om
クラス EntityServiceWrapper

java.lang.Object
  拡張org.asyrinx.joey.om.EntityServiceWrapper
すべての実装インタフェース:
EntityService

public class EntityServiceWrapper
extends java.lang.Object
implements EntityService

作成者:
akima

フィールドの概要
protected  EntityService wrapped
           
 
コンストラクタの概要
EntityServiceWrapper(EntityService wrapped)
           
 
メソッドの概要
 void deleteEntity(java.io.Serializable key)
           
 Entity loadEntity(java.io.Serializable key)
           
 Entity newEntity()
           
 void restoreBeforeSave(Entity entity)
           
 void saveEntity(java.lang.Object entity)
           
 java.util.List select(SearchCondition condition)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

wrapped

protected final EntityService wrapped
コンストラクタの詳細

EntityServiceWrapper

public EntityServiceWrapper(EntityService wrapped)
メソッドの詳細

newEntity

public Entity newEntity()
定義:
インタフェース EntityService 内の newEntity

restoreBeforeSave

public void restoreBeforeSave(Entity entity)
定義:
インタフェース EntityService 内の restoreBeforeSave

deleteEntity

public void deleteEntity(java.io.Serializable key)
定義:
インタフェース EntityService 内の deleteEntity
パラメータ:
key -

loadEntity

public Entity loadEntity(java.io.Serializable key)
定義:
インタフェース EntityService 内の loadEntity
パラメータ:
key -
戻り値:

saveEntity

public void saveEntity(java.lang.Object entity)
定義:
インタフェース EntityService 内の saveEntity
パラメータ:
entity -

select

public java.util.List select(SearchCondition condition)
定義:
インタフェース EntityService 内の select
パラメータ:
condition -
戻り値:


Copyright © 2004 asyrinx organization. All Rights Reserved.