public interface CommonEntity
修飾子とタイプ | メソッドと説明 |
---|---|
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) |
Key getCommonEntityNameKey() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getCommonEntityName() throws java.rmi.RemoteException
java.rmi.RemoteException
Updatable create(Updatable datas) throws java.rmi.RemoteException, FatalException
java.rmi.RemoteException
FatalException
Updatable create(Session datas, Key dataSessionNameKey) throws java.rmi.RemoteException, FatalException
java.rmi.RemoteException
FatalException
java.util.Collection find(Session datas, Key dataSessionNameKey) throws java.rmi.RemoteException, FatalException
java.rmi.RemoteException
FatalException
java.util.Collection find(Filter filter) throws java.rmi.RemoteException, FatalException
java.rmi.RemoteException
FatalException
int updateByFilter(Filter filter, Updatable datas) throws java.rmi.RemoteException, FatalException, PersistenceException
java.rmi.RemoteException
FatalException
PersistenceException
int delete(Filter filter) throws java.rmi.RemoteException, FatalException, PersistenceException
java.rmi.RemoteException
FatalException
PersistenceException