aspose file tools
The moose likes Object Relational Mapping and the fly likes Hibernate Configuration Layer Technique Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Hibernate Configuration Layer Technique" Watch "Hibernate Configuration Layer Technique" New topic
Author

Hibernate Configuration Layer Technique

Amirr Rafique
Ranch Hand

Joined: Nov 14, 2005
Posts: 324
Hi Guys

How hibernate internally stores and access it configuration (information in .cfg and .hbm files). I want to understand it configuration layer. Do any one has any idea.

Thanks


"Know where to find the solution and how to use it - that's the secret of success."
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Best way would be to check the source, no?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Amirr Rafique
Ranch Hand

Joined: Nov 14, 2005
Posts: 324
That is the last way. I was thinking may be some one already has gone throught the code and can share his findings here.
Amirr Rafique
Ranch Hand

Joined: Nov 14, 2005
Posts: 324
Do hibernate use ehcache for storing it configurations?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Hibernate Configuration Layer Technique
 
Similar Threads
hibernate with Container Managed Transactions (CMT)
No Persistent classes found for Query Class
When to declare mapping resources in hibernate configuration files
Database errors and Hibernate
Struts UI layer + Spring Business layer Integration ?