public interface MongoForeignIdDAO
| Modifier and Type | Method and Description |
|---|---|
ForeignIdEntity |
createEntity(org.mongodb.morphia.Datastore datastore,
ForeignIdEntity entity) |
void |
deleteEntity(org.mongodb.morphia.Datastore datastore,
AccountId accountId,
int sid,
java.lang.String fid) |
AccountId |
getAccountIdByForeignId(org.mongodb.morphia.Datastore datastore,
int sid,
java.lang.String fid) |
ForeignIdEntity |
getForeignIdBySidAndFid(org.mongodb.morphia.Datastore datastore,
int sid,
java.lang.String fid) |
java.util.List<ForeignIdEntity> |
getForeignIdsByAccountId(org.mongodb.morphia.Datastore datastore,
AccountId accId) |
ForeignIdEntity createEntity(org.mongodb.morphia.Datastore datastore, ForeignIdEntity entity) throws MongoDaoException
MongoDaoExceptionAccountId getAccountIdByForeignId(org.mongodb.morphia.Datastore datastore, int sid, java.lang.String fid) throws MongoDaoException
MongoDaoExceptionjava.util.List<ForeignIdEntity> getForeignIdsByAccountId(org.mongodb.morphia.Datastore datastore, AccountId accId) throws MongoDaoException
MongoDaoExceptionvoid deleteEntity(org.mongodb.morphia.Datastore datastore,
AccountId accountId,
int sid,
java.lang.String fid)
throws MongoDaoException
MongoDaoExceptionForeignIdEntity getForeignIdBySidAndFid(org.mongodb.morphia.Datastore datastore, int sid, java.lang.String fid) throws MongoDaoException
MongoDaoExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.