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