Interface ChangeAccess

    • 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)  
      • Methods inherited from interface com.google.gwtorm.server.Access

        atomicUpdate, beginTransaction, delete, deleteKeys, get, getAsync, getRelationID, getRelationName, insert, iterateAllEntities, primaryKey, toMap, update, upsert
    • Method Detail

      • get

        Change get​(Change.Id id)
            throws com.google.gwtorm.server.OrmException
        Specified by:
        get in interface com.google.gwtorm.server.Access<Change,​Change.Id>
        Throws:
        com.google.gwtorm.server.OrmException
      • all

        com.google.gwtorm.server.ResultSet<Change> all()
                                                throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException