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