Skip to content

Commit

Permalink
HHH-6770 : Oracle reserved words used as column names
Browse files Browse the repository at this point in the history
  • Loading branch information
gbadner committed Oct 26, 2011
1 parent a6a3666 commit 11d8a86
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1,5 +1,6 @@
package org.hibernate.ejb.test.util;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;

Expand All @@ -21,6 +22,7 @@ public void setId(PK id) {
this.id = id;
}

@Column(name="fld_size")
public int getSize() {
return size;
}
Expand Down

0 comments on commit 11d8a86

Please sign in to comment.