org.asyrinx.joey.entity.service.impl
クラス EntityServiceDispatcherImpl

java.lang.Object
  拡張org.asyrinx.joey.entity.service.impl.EntityServiceDispatcherImpl
すべての実装インタフェース:
EntityServiceDispatcher

public class EntityServiceDispatcherImpl
extends java.lang.Object
implements EntityServiceDispatcher

作成者:
takeshi

コンストラクタの概要
EntityServiceDispatcherImpl(EntityServiceDictionary serviceDictionary)
           
 
メソッドの概要
 void delete(java.lang.Object entity)
           
protected  java.lang.Object getService(java.lang.Class entityClass)
           
 java.lang.Object load(java.lang.Class entityClass, java.io.Serializable key)
           
 void save(java.lang.Object entity)
           
 java.util.List select(java.lang.Class entityClass, org.asyrinx.brownie.core.query.exp.IExpression condition)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EntityServiceDispatcherImpl

public EntityServiceDispatcherImpl(EntityServiceDictionary serviceDictionary)
メソッドの詳細

getService

protected java.lang.Object getService(java.lang.Class entityClass)

delete

public void delete(java.lang.Object entity)
定義:
インタフェース EntityServiceDispatcher 内の delete

save

public void save(java.lang.Object entity)
定義:
インタフェース EntityServiceDispatcher 内の save

load

public java.lang.Object load(java.lang.Class entityClass,
                             java.io.Serializable key)
定義:
インタフェース EntityServiceDispatcher 内の load

select

public java.util.List select(java.lang.Class entityClass,
                             org.asyrinx.brownie.core.query.exp.IExpression condition)
定義:
インタフェース EntityServiceDispatcher 内の select


Copyright © 2004 asyrinx organization. All Rights Reserved.