public static class ReviewDbWrapper.AccountGroupAccessWrapper extends Object implements AccountGroupAccess
Modifier and Type | Field and Description |
---|---|
protected AccountGroupAccess |
delegate |
Modifier | Constructor and Description |
---|---|
protected |
AccountGroupAccessWrapper(AccountGroupAccess delegate) |
protected final AccountGroupAccess delegate
protected AccountGroupAccessWrapper(AccountGroupAccess delegate)
public String getRelationName()
getRelationName
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
public int getRelationID()
getRelationID
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
public com.google.gwtorm.server.ResultSet<AccountGroup> iterateAllEntities() throws com.google.gwtorm.server.OrmException
iterateAllEntities
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
com.google.gwtorm.server.OrmException
public AccountGroup.Id primaryKey(AccountGroup entity)
primaryKey
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
public Map<AccountGroup.Id,AccountGroup> toMap(Iterable<AccountGroup> c)
toMap
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
public com.google.common.util.concurrent.CheckedFuture<AccountGroup,com.google.gwtorm.server.OrmException> getAsync(AccountGroup.Id key)
getAsync
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
public com.google.gwtorm.server.ResultSet<AccountGroup> get(Iterable<AccountGroup.Id> keys) throws com.google.gwtorm.server.OrmException
get
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
com.google.gwtorm.server.OrmException
public void insert(Iterable<AccountGroup> instances) throws com.google.gwtorm.server.OrmException
insert
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
com.google.gwtorm.server.OrmException
public void update(Iterable<AccountGroup> instances) throws com.google.gwtorm.server.OrmException
update
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
com.google.gwtorm.server.OrmException
public void upsert(Iterable<AccountGroup> instances) throws com.google.gwtorm.server.OrmException
upsert
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
com.google.gwtorm.server.OrmException
public void deleteKeys(Iterable<AccountGroup.Id> keys) throws com.google.gwtorm.server.OrmException
deleteKeys
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
com.google.gwtorm.server.OrmException
public void delete(Iterable<AccountGroup> instances) throws com.google.gwtorm.server.OrmException
delete
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
com.google.gwtorm.server.OrmException
public void beginTransaction(AccountGroup.Id key) throws com.google.gwtorm.server.OrmException
beginTransaction
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
com.google.gwtorm.server.OrmException
public AccountGroup atomicUpdate(AccountGroup.Id key, com.google.gwtorm.server.AtomicUpdate<AccountGroup> update) throws com.google.gwtorm.server.OrmException
atomicUpdate
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
com.google.gwtorm.server.OrmException
public AccountGroup get(AccountGroup.Id id) throws com.google.gwtorm.server.OrmException
get
in interface AccountGroupAccess
get
in interface com.google.gwtorm.server.Access<AccountGroup,AccountGroup.Id>
com.google.gwtorm.server.OrmException
public com.google.gwtorm.server.ResultSet<AccountGroup> byUUID(AccountGroup.UUID uuid) throws com.google.gwtorm.server.OrmException
byUUID
in interface AccountGroupAccess
com.google.gwtorm.server.OrmException
public com.google.gwtorm.server.ResultSet<AccountGroup> all() throws com.google.gwtorm.server.OrmException
all
in interface AccountGroupAccess
com.google.gwtorm.server.OrmException