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 インタフェース内 CommonEntityjava.rmi.RemoteExceptionpublic java.lang.String getCommonEntityName() throws java.rmi.RemoteException
getCommonEntityName インタフェース内 CommonEntityjava.rmi.RemoteExceptionpublic Updatable create(Updatable datas) throws java.rmi.RemoteException, FatalException
create インタフェース内 CommonEntityjava.rmi.RemoteExceptionFatalExceptionpublic int updateByFilter(Filter filter, Updatable datas) throws FatalException, java.rmi.RemoteException, PersistenceException
updateByFilter インタフェース内 CommonEntityFatalExceptionjava.rmi.RemoteExceptionPersistenceExceptionpublic Updatable create(Session datas, Key dataSessionNameKey) throws java.rmi.RemoteException, FatalException
create インタフェース内 CommonEntityjava.rmi.RemoteExceptionFatalExceptionpublic java.util.Collection find(Session datas, Key dataSessionNameKey) throws java.rmi.RemoteException, FatalException
find インタフェース内 CommonEntityjava.rmi.RemoteExceptionFatalExceptionpublic java.util.Collection find(Filter filter) throws java.rmi.RemoteException, FatalException
find インタフェース内 CommonEntityjava.rmi.RemoteExceptionFatalExceptionpublic int delete(Filter filter) throws java.rmi.RemoteException, FatalException, PersistenceException
delete インタフェース内 CommonEntityjava.rmi.RemoteExceptionFatalExceptionPersistenceException