JpaInspector cannot override inspectProperty()
Posted
by Gulcan
on Stack Overflow
See other posts from Stack Overflow
or by Gulcan
Published on 2010-03-23T00:34:42Z
Indexed on
2010/03/23
0:41 UTC
Read the original article
Hit count: 286
Hi,
I want to use JpaInspector class that is written for Metawidget. However when I insert this class into my Java project in Netbeans 6.8, It gives an error for inspectProperty() method of JpaInspector class, "method does not override or implement a method from supertype". Does it mean that parent class of JpaInspector, that is BaseObjectInspector, does not have such a method? Or what should I do to use JpaInspector in my project?
Thanks.
© Stack Overflow or respective owner