public class CommonEntityBase extends java.lang.Object implements CommonEntity
コンストラクタと説明 |
---|
CommonEntityBase(CommonEntityManager sch) |
修飾子とタイプ | メソッドと説明 |
---|---|
Updatable |
create(Session datas,
Key dataSessionNameKey) |
Updatable |
create(Updatable datas) |
int |
delete(Filter filter) |
java.util.Collection |
find(Filter filter) |
java.util.Collection |
find(Session datas,
Key dataSessionNameKey) |
java.lang.String |
getCommonEntityName() |
Key |
getCommonEntityNameKey() |
int |
updateByFilter(Filter filter,
Updatable datas) |
public CommonEntityBase(CommonEntityManager sch)
public Key getCommonEntityNameKey() throws java.rmi.RemoteException
getCommonEntityNameKey
インタフェース内 CommonEntity
java.rmi.RemoteException
public java.lang.String getCommonEntityName() throws java.rmi.RemoteException
getCommonEntityName
インタフェース内 CommonEntity
java.rmi.RemoteException
public Updatable create(Updatable datas) throws java.rmi.RemoteException, FatalException
create
インタフェース内 CommonEntity
java.rmi.RemoteException
FatalException
public int updateByFilter(Filter filter, Updatable datas) throws FatalException, java.rmi.RemoteException, PersistenceException
updateByFilter
インタフェース内 CommonEntity
FatalException
java.rmi.RemoteException
PersistenceException
public Updatable create(Session datas, Key dataSessionNameKey) throws java.rmi.RemoteException, FatalException
create
インタフェース内 CommonEntity
java.rmi.RemoteException
FatalException
public java.util.Collection find(Session datas, Key dataSessionNameKey) throws java.rmi.RemoteException, FatalException
find
インタフェース内 CommonEntity
java.rmi.RemoteException
FatalException
public java.util.Collection find(Filter filter) throws java.rmi.RemoteException, FatalException
find
インタフェース内 CommonEntity
java.rmi.RemoteException
FatalException
public int delete(Filter filter) throws java.rmi.RemoteException, FatalException, PersistenceException
delete
インタフェース内 CommonEntity
java.rmi.RemoteException
FatalException
PersistenceException