Joined: Mon May 14, 2007 2:07 pm Posts: 5
|
Hello there
Using Hibernate 3.2 and fairly fresh to Hibernate.
I need advise regarding a general strategy for handling Reference Data.
Eg: immutable 'Product' info that we use as templates for producing OrderItems. We have about a 1000 Product types and I presume there is an advisable strategy for avoiding a dbase trip each time we need one.
Do I need to get into 2nd level caching details or will marking the Product entity as immutable /read-only suffice?
Kind regards,
BM
|
|