• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hibernate JPA Training Course questions

 
Ranch Hand
Posts: 572
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I have a couple questions about the course.
How extensively does the course cover mapping relationships in terms of when to use one to many versus many to one relationships?
Does the course just cover the basics or does it go into issues like resolving the efficiency of sql calls that Hibernate generates ?

thanks,
Paul
 
Virtual Pair Programmers Rep
Posts: 29
7
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Paul,

Yes we explore both 1-Many, Many-1 and in particular the problems in choosing between uni-directional and bi-directional mappings (which I think addresses your question about whether to use 1-many or many-1). I believe bi-directional relationships are the most common cause of confusion in Hibernate/JPA so we devote plenty of time to it.

We talk a lot about performance and efficiency, the final third of the course is pretty deep, with material that basic courses wouldn't cover, such as Criteria API, Locking, Lazy Initialisation and Second Level Cache.

I hope that helps, good luck in the competition!

Richard.
 
paul nisset
Ranch Hand
Posts: 572
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Richard.
It sounds like a good course.
 
reply
    Bookmark Topic Watch Topic
  • New Topic