Interface SystemConfigAccess

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.gwtorm.server.ResultSet<SystemConfig> all()  
      SystemConfig get​(SystemConfig.Key key)  
      • 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

      • all

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