thanks, make sense
Type: Posts; User: anishanc; Keyword(s):
thanks, make sense
In short am inserting an object A using hibernateTemplate.Save(), this save method returning an id of Class A, Just after the insertion i used to find this object A with that id,
This object...
I need currently inserted value from table with in a transaction.
In the particular scenario I cannot use any locking mechanism, because locking all affected in transaction commit,
Actually am...
Can any one know how to configure JPA with xml mapping .. i don't want to use annotations..
please give me a small breif...
thanks to all
Hai friends...
I want to introduce Hibernate in my project so I just started to refer some books .. that book shows hibernate can be introduced in project as two three ways...
Importing ...