| mappedBy reference superclass properties [message #591040] |
Tue, 28 November 2006 09:31 |
Zach Mabe Messages: 2 Registered: July 2009 |
Junior Member |
|
|
Not sure if this an issue with Dali or a lack of understanding of JPA by me.
But the issue I am seeing is that DALI reporting "Invalid Property for
Mapping" if the property being mapped is a property of the super class. For
example.
public class Org {
@Id long id
@OneToMany(mappedBy="org") Set<Users>
}
|
|
|
Powered by
FUDForum. Page generated in 0.01940 seconds