Changes between Version 2 and Version 3 of AdvancedApplicationDevelopment


Ignore:
Timestamp:
05/07/26 13:23:47 (3 days ago)
Author:
233062
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedApplicationDevelopment

    v2 v3  
    239239    public InvestingAssetsResponse getAssets(Long userId, int page, int size) { ... }
    240240}}}
    241 
    242 === 3. Repository Changes ===
    243 
    244 Додена нова bulk lookup метода во TrainingSessionRepository:
    245 
    246 {{{
    247     @SuppressWarnings("unused")
    248     java.util.List<TrainingSession> findByTrainingUser_UserIdAndDateIn(Long userId,
    249             Collection<LocalDate> dates);
    250 }}}
    251