Issue Type: Bug Bug
Affects Versions: 5.0.0
Assignee: Brett Meyer
Components: core
Created: 27/Sep/12 9:25 PM
Description:

Test case: o.h.test.annotations.entity.Java5FeaturesTest#testEnums

@Entity CommunityBid extends @Entity Bid

SchemaGenerator 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.

Project: Hibernate ORM
Priority: Major Major
Reporter: Brett Meyer
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira