If I'm developing a hiberante application, am I also developing a DD model?
My application does have a service layer ( which is in lines with the Observer pattern). Will there also be a Domain Layer wherein all the hibernate entities exist?
I'm looking my application somehting like this:
Do I need to know Domain Driven Design to write Hibernate Entities?
Can the application be hybrid - OOD in the service layer and DDD in the persistence layer?
I'm confused. Please clarify.