Hibernate-Pattern

Hi,Can any one please to inform that what are the design patterns applied in HibernateRegardsThiru
[126 byte] By [aimsa] at [2007-10-3 3:00:53]
# 1

What good would it be to know? Satisfy a homework assignment?

I'm sure you can find a factory or two in there (e.g., SessionFactory). O/R mapping isn't a GoF pattern, but Martin Fowler talks about it.

You can use Hibernate to implement the DAO pattern.

That's one vague question you've posed.

%

duffymoa at 2007-7-14 20:50:31 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
Thank you duffymo , In Hibernate i am getting lot of performance issues due to "lazy" setting, can you able to sugesst to make the design with out performance issue.
aimsa at 2007-7-14 20:50:31 > top of Java-index,Other Topics,Patterns & OO Design...