Skip to content

rodrigo-web-developer/many-to-one-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

many-to-one-problem

Example of N+1 Problem with NHibernate v5.5.2

MANY-TO-ONE SOLVED

Adding batch-size solved many-to-one relation, but it seems not to work with one-to-one

Reproduce steps

  • Clone repository
  • Open solution in Visual Studio
  • Create a Postgres Database
  • Set connection string in "hibernate.cfg.xml" file
  • Run application
  • See the console output for the Query

About

Example of N+1 Problem with NHibernate v5.4.6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages