Interface MachineIdRepository

    • Method Detail

      • findLastMID

        @Query(value="select t.curr_seq_no,t.cr_by,t.cr_dtimes,t.upd_by,t.upd_dtimes FROM master.mid_seq t where t.curr_seq_no=(select max(t.curr_seq_no) FROM master.mid_seq t)",
               nativeQuery=true)
        MachineId findLastMID()
        Method to generate the last generate MID.
        Returns:
        the MID entity response.