Re: [Hibernate] Hi

2006-03-24 Thread Christian Bauer
On Mar 24, 2006, at 2:30 PM, hamed shayan wrote: Please check the following code: http://www.hshayan.com/hibernate Don't bother, it's just a dump of his project that he hopes somebody here would debug. Mr. Hamed Shayan, you want to go to http:// forum.hibernate.org/ ---

[Hibernate] Hi

2006-03-24 Thread hamed shayan
Dear friends, Please check the following code: http://www.hshayan.com/hibernate-- Sincerly Yours,Hamed Shayan

Re: [Hibernate] Hi!

2005-04-07 Thread Ricardo Moral
Ok. I'll work on a new Exporter to create javadoc-style documentation. I'll let you know when I have something working. :-) On Apr 7, 2005 9:58 AM, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > Hi Ricardo, > > > Because of this probably the toolsets generators/templates would be > > the bes

Re: [Hibernate] Hi!

2005-04-07 Thread Max Rydahl Andersen
Hi Ricardo, Because of this probably the toolsets generators/templates would be the best place for me to begin. They are locatated in the hibernateext module under the tools directory. Anyway I find the following quite interesting: - building hbmlint (a validator that checks if a hibernate configur

[Hibernate] Hi!

2005-04-06 Thread Ricardo Moral
Max, I've received your email. For a project some time ago I've used Middlegen and the hibernate tools to autogenerate mappings and classes from the database model. During that project I had to modify the velocity templates and adapt the code a little because of our needs; so I reviewed the sour

[Hibernate] Hi! I really need help...

2004-04-26 Thread SunFengmin
(B (B (BHi! I really need help... (B (BI'm using hibernate (B2.1.2 (BĀ  (BI$B!-(Bm trying to insert o clob (Bfield into Oracle... I did the example located at page http://www.hibernate.org/56.html. What is wrong??? How can I insert o clob into Oracle? (BThe error that I have receive

[Hibernate] Hi (Problem with Many to Many relationship)

2003-08-14 Thread Prasad Iyer
Hi, Supponse I have a AuthorĀ and Title table with many to many relationship. The problem is if I have one Author with many titles. Do I have to explicitly add Titles using session.save(title) to save the individual titles for the author. I thinkĀ hibernate should take care of it internally l

Re: [Hibernate] Hi (Problem with Many to Many relationship)

2003-08-14 Thread Gavin . King
| | cc: | | Subject: [Hiberna

[Hibernate] Hi, Log4j problem

2003-08-14 Thread Prasad Iyer
Hi I am using hibernate-plugin for eclipse. I get this warning when I run this code. log4j:WARN No appenders could be found for logger (net.sf.hibernate.cfg.Environment). log4j:WARN Please initialize the log4j system properly. Can somebody help me out with this. Would highly appreciate regards pr

Re: [Hibernate] Hi, Log4j problem

2003-08-14 Thread Mark Woon
Prasad Iyer wrote: [Hibernate] Hi, Log4j problem Hi I am using hibernate-plugin for eclipse. I get this warning when I run this code. log4j:WARN No appenders could be found for logger (net.sf.hibernate.cfg.Environment). log4j:WARN Please initialize the

Re: [Hibernate] Hi (Problem with Many to Many relationship)

2003-08-14 Thread Gavin . King
| | cc: | | Subject: Re: [Hibernate] Hi (Problem with Many to Many relationship) | >

Re: [Hibernate] Hi (Problem with Many to Many relationship)

2003-08-14 Thread Prasad Iyer
EMAIL PROTECTED]> To: "Prasad Iyer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 11, 2003 4:02 PM Subject: Re: [Hibernate] Hi (Problem with Many to Many relationship) > > where is your cascade="save-update"???! >

Re: [Hibernate] Hi (Problem with Many to Many relationship)

2003-08-11 Thread Prasad Iyer
PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 11, 2003 3:42 PM Subject: Re: [Hibernate] Hi (Problem with Many to Many relationship) > > No, you shouldn't need to do anything specia