Description:
|
Test case: o.h.test.annotations.entity.Java5FeaturesTest#testEnums
@Entity CommunityBid extends @Entity Bid
SchemaGenerator
SchemaExport
generates the following: create table Bid (id integer not null, class varchar(255) not null, approved boolean, description varchar(255), editorsNote varchar(255), note integer, communityNote integer, primary key (id))
'class' is not a field in either entity.
|