Class OrSource

    • Method Detail

      • read

        public com.google.gwtorm.server.ResultSet<ChangeData> read()
                                                            throws com.google.gwtorm.server.OrmException
        Specified by:
        read in interface DataSource<ChangeData>
        Returns:
        read from the database and return the results.
        Throws:
        com.google.gwtorm.server.OrmException
      • readRaw

        public com.google.gwtorm.server.ResultSet<FieldBundle> readRaw()
                                                                throws com.google.gwtorm.server.OrmException
        Specified by:
        readRaw in interface DataSource<ChangeData>
        Returns:
        read from the database and return the raw results.
        Throws:
        com.google.gwtorm.server.OrmException
      • hasChange

        public boolean hasChange()
        Specified by:
        hasChange in interface ChangeDataSource
        Returns:
        true if all returned ChangeData.hasChange() will be true.