-->
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.  [ 1 post ] 
Author Message
 Post subject: Mapping to 2 tables. When to set entity name?
PostPosted: Mon Nov 05, 2007 12:24 pm 
Beginner
Beginner

Joined: Tue Oct 30, 2007 7:57 am
Posts: 47
Hibernate version: 3.2.5

I am trying to map a class into 2 different tables. Official tutorial shows a mappig file example, but I don't know which is the best way to set the entity name. Currently I am using a SaveOrUpdateEventListener, and I set the entity name in the onSaveOrUpdate method:

Code:
   @Override
   public void onSaveOrUpdate(SaveOrUpdateEvent event) throws HibernateException {
      Object objeto = event.getObject();
      if (objeto instanceof CarOption) {
         event.setEntityName("implementedOption");
      }
   }


Is that the preferred way to set entity name, or there is a more common one?


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

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.