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