If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!

Friday, September 24, 2010

Hibernate and Spring - Part 3

Now let's take a look at 2 of my DomainObject's: Job and JobEvent.
The relationships between both domainobjects are simple:
  • A job has 1 to many JobEvents
  • A JobEvent belongs to 1 Job.





No comments:

Post a Comment