j256 / ormlite-core

Core ORMLite functionality that provides a lite Java ORM in conjunction with ormlite-jdbc or ormlite-android
http://ormlite.com/
ISC License
578 stars 213 forks source link

Added some improvements to eager/lazy foreign collections. Fixes #141 #193

Closed j256 closed 3 years ago

j256 commented 3 years ago

Thanks to mlipmanx

codecov[bot] commented 3 years ago

Codecov Report

Merging #193 (23fe0c3) into master (293581d) will decrease coverage by 0.14%. The diff coverage is 20.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #193      +/-   ##
============================================
- Coverage     87.42%   87.27%   -0.15%     
- Complexity     2476     2477       +1     
============================================
  Files           127      127              
  Lines          7012     7026      +14     
  Branches        930      930              
============================================
+ Hits           6130     6132       +2     
- Misses          576      588      +12     
  Partials        306      306              
Impacted Files Coverage Δ Complexity Δ
...a/com/j256/ormlite/dao/EagerForeignCollection.java 62.06% <0.00%> (-7.17%) 30.00 <0.00> (ø)
...va/com/j256/ormlite/dao/LazyForeignCollection.java 81.37% <100.00%> (+0.37%) 38.00 <1.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 293581d...23fe0c3. Read the comment docs.