-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: where can i find the specification of hibernate
PostPosted: Tue Oct 07, 2003 7:54 am 
Newbie

Joined: Tue Oct 07, 2003 7:51 am
Posts: 7
where can i find the specification of hibernate ?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 07, 2003 7:56 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
What specification?

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 07, 2003 7:57 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
And if you don't stop spamming our forum, I'll remove your account.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject: specification
PostPosted: Tue Oct 07, 2003 8:09 am 
Newbie

Joined: Tue Oct 07, 2003 7:51 am
Posts: 7
i've downloaded the reference documentation. It tells me how to use hibernate. But i want to know how does really work hibernate...
like :
how hibernate know for ie which column to update (coz it update the necessary one) ?
i have question like : does hivernate question the data base regularly ?
or does he depend of the business process ?

for ie :
if i have an external batch working on database, and an other application using hivernate using the same database ? does hibernate know changes made by the batch, while the application working ?

ps : sorry for my multiple subject.
sorry for my bad english too ! :)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 07, 2003 8:16 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
This is all noted in the reference documentation. Your questions are not neccessarily related to the internals of Hibernate. Hibernates primary cache (in the Session) is transaction-scoped, so it will know of the changes if you are not using an additional cache.

Just continue reading the reference (and other) documentation and ask specific questions if you have specific problems.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.