Remove unused AccountGroupNameAccess#suggestByName(...) method
Change-Id: Id149823e2267c4557310290d0233862ca73b7711 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -29,8 +29,4 @@ public interface AccountGroupNameAccess extends Access<AccountGroupName, Account
|
|||||||
|
|
||||||
@Query("ORDER BY name")
|
@Query("ORDER BY name")
|
||||||
ResultSet<AccountGroupName> all() throws OrmException;
|
ResultSet<AccountGroupName> all() throws OrmException;
|
||||||
|
|
||||||
@Query("WHERE name.name >= ? AND name.name <= ? ORDER BY name LIMIT ?")
|
|
||||||
ResultSet<AccountGroupName> suggestByName(String nameA, String nameB, int limit)
|
|
||||||
throws OrmException;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user