[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.rt.eclipselink] Re: Problem with DB2
|
It should be bound as an Integer if you have correctly set the type. Make
sure you have recompiled/deployed your code with the change.
You can inspect the discriminators using,
session.getDescriptor(YourClass.class).getInheritancePolicy().getClassIndicatorMapping()
The values should be an Integer in the Map.