-->
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.  [ 12 posts ] 
Author Message
 Post subject: Is it possible to use more than one template with hbm2java
PostPosted: Wed Sep 28, 2005 12:25 pm 
Beginner
Beginner

Joined: Mon Jun 07, 2004 4:31 pm
Posts: 45
Location: France
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:
hibernate-3.0.5 - tools 3.1 alpha 5

I want to cutom templates in order to have an Interface of pojo and its implemenation

interface Foo
class FooImpl

I want to do it into an ant task to plug it into a maven process

Problems :
- Name of template must be javaclass.vm
- I cannot put more than one vm file
- The name of the output file is always foo.java

Is there a way to do this or must i developp my own engine how parse
a hbm file ?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 28, 2005 3:11 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
duplicate

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: duplicate ?
PostPosted: Thu Sep 29, 2005 4:17 am 
Beginner
Beginner

Joined: Mon Jun 07, 2004 4:31 pm
Posts: 45
Location: France
What you meen by duplicate ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 4:19 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
http://forum.hibernate.org/viewtopic.php?t=948159

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: hbm2x
PostPosted: Thu Sep 29, 2005 4:54 am 
Beginner
Beginner

Joined: Mon Jun 07, 2004 4:31 pm
Posts: 45
Location: France
wow I agree it is very friendly ;-)
Will it be release soon ?
Thanks a lot max, merci pour ta disponibilité


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 4:58 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
we plan a beta release soon.

in the meanwhile get it from cvs or from our nightbuilds (see tools.hibernate.org)

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: last question
PostPosted: Thu Sep 29, 2005 5:18 am 
Beginner
Beginner

Joined: Mon Jun 07, 2004 4:31 pm
Posts: 45
Location: France
A last question max, If I want to generate a hbm whose classname respect a pattern like {tablename}Impl
Must i use the reveng.xml or extends a DelegatingReverseEngineeringStrategy ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 5:31 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
Depends what you want.

Any reason why {class}Impl is not what you want ?

tablename will often be capital letters and I dont think that is what you want or ?

But if you want the generated .hbm.xml to have a Impl appended immediatly then you can do it in reveng.xml (but that requires you to do it for all tables explicitly) so writing a DRES will probably be better for you.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 5:55 am 
Beginner
Beginner

Joined: Mon Jun 07, 2004 4:31 pm
Posts: 45
Location: France
I want to have a table name like this : USER
a class name in hbm like this UserImpl
I can do it with reveng.xml ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 6:00 am 
Beginner
Beginner

Joined: Mon Jun 07, 2004 4:31 pm
Posts: 45
Location: France
it is the same pattern for all database tables


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 6:20 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
no - that is not (yet) possible with reveng.xml

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 29, 2005 7:42 am 
Beginner
Beginner

Joined: Mon Jun 07, 2004 4:31 pm
Posts: 45
Location: France
thx


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 12 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.