[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: Problem with DB2

changed the inheritance as following still no luck

@Inheritance(strategy = InheritanceType.SINGLE_TABLE)
@DiscriminatorColumn(name = "FIELDID", discriminatorType = DiscriminatorType.INTEGER)


Added the following part

discriminatorType = DiscriminatorType.INTEGER) --> in the entity relationship.

Thx
Ajay