-->
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: Question about persisting classes that implement interface
PostPosted: Wed Nov 12, 2008 12:25 pm 
Beginner
Beginner

Joined: Wed Nov 12, 2008 12:07 pm
Posts: 21
I'm a beginner student of JPA and I have a doubt on what's going to happen with this:

Code:
public class A {

private Binterface b;
private List<Binterface> bs;

public addB(Binterface bi) { bs.add(bs); }

//setters and getters...
}

public class B implements Binterface {}
public interface Binterface {}


Suppose classes A and B are persistable.
Will Hibernate store entities of class B when I persist A?

Thank you


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.