-->
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.  [ 4 posts ] 
Author Message
 Post subject: XML mapping with Java5 annotations?
PostPosted: Thu Sep 01, 2005 9:16 am 
Newbie

Joined: Thu Sep 01, 2005 8:43 am
Posts: 14
Hi,

Are there equivalent annotations for the XML mapping stuff in a mapping file (like node, embed-xml, etc.). Would of course only make sence if you want to use DOM4J and POJO entity modes at the same time (alternating). Use case - XML data export/import.

Say it in other words: Can I write something like:
Code:
@Entity
@org.hibernate.annotations.Entity(
  node="flight"
)
public class Flight {
  Long id;
  @Id
  @Node="@id"
  public Long getId() { return id; }
  public setId(Long id) { this.id = id; }
  ...
}


Regards,
Landels


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 01, 2005 7:10 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
No, not yet, sorry.

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 02, 2005 3:38 am 
Newbie

Joined: Thu Sep 01, 2005 8:43 am
Posts: 14
That's good news at the end of the day - this 'yet' makes me believe it will be implemented soon! :) Or?

Thanks,
Landels


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 02, 2005 10:45 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Well, since this feature is still experimental in H3 core, It's not on my top priority.

_________________
Emmanuel


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