Skip to content

Commit

Permalink
uid is a oracle keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
stliu committed Mar 15, 2012
1 parent b145388 commit e049fd6
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -23,6 +23,7 @@
*/
package org.hibernate.test.naturalid.inheritance;

import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
Expand Down Expand Up @@ -64,6 +65,7 @@ public void setId(Long id) {
}

@NaturalId(mutable=true)
@Column(name = "P_UID")
public String getUid() {
return uid;
}
Expand Down

0 comments on commit e049fd6

Please sign in to comment.