public interface AccountGroupByIdAccess extends com.google.gwtorm.server.Access<AccountGroupById,AccountGroupById.Key>
Modifier and Type | Method and Description |
---|---|
com.google.gwtorm.server.ResultSet<AccountGroupById> |
all() |
com.google.gwtorm.server.ResultSet<AccountGroupById> |
byGroup(AccountGroup.Id id) |
com.google.gwtorm.server.ResultSet<AccountGroupById> |
byIncludeUUID(AccountGroup.UUID uuid) |
AccountGroupById |
get(AccountGroupById.Key key) |
AccountGroupById get(AccountGroupById.Key key) throws com.google.gwtorm.server.OrmException
get
in interface com.google.gwtorm.server.Access<AccountGroupById,AccountGroupById.Key>
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<AccountGroupById> byIncludeUUID(AccountGroup.UUID uuid) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<AccountGroupById> byGroup(AccountGroup.Id id) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<AccountGroupById> all() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException