public interface PatchSetAccess extends com.google.gwtorm.server.Access<PatchSet,PatchSet.Id>
Modifier and Type | Method and Description |
---|---|
com.google.gwtorm.server.ResultSet<PatchSet> |
all() |
com.google.gwtorm.server.ResultSet<PatchSet> |
byChange(Change.Id id) |
PatchSet |
get(PatchSet.Id id) |
PatchSet get(PatchSet.Id id) throws com.google.gwtorm.server.OrmException
get
in interface com.google.gwtorm.server.Access<PatchSet,PatchSet.Id>
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchSet> byChange(Change.Id id) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
com.google.gwtorm.server.ResultSet<PatchSet> all() throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException