public interface AccountExternalIdAccess extends com.google.gwtorm.server.Access<AccountExternalId,AccountExternalId.Key>
Modifier and Type | Method and Description |
---|---|
com.google.gwtorm.server.ResultSet<AccountExternalId> |
all() |
com.google.gwtorm.server.ResultSet<AccountExternalId> |
byAccount(Account.Id id) |
AccountExternalId |
get(AccountExternalId.Key key) |
AccountExternalId get(AccountExternalId.Key key) throws com.google.gwtorm.server.OrmException
get
in interface com.google.gwtorm.server.Access<AccountExternalId,AccountExternalId.Key>
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<AccountExternalId> byAccount(Account.Id id) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<AccountExternalId> all() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException