Interface ChangeAccess
-
- All Known Implementing Classes:
ReviewDbWrapper.ChangeAccessWrapper
public interface ChangeAccess extends com.google.gwtorm.server.Access<Change,Change.Id>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwtorm.server.ResultSet<Change>
all()
Change
get(Change.Id id)
-