HHH-9737 : Back out of change that quoted ANSI keyword in hibernate-core

This commit is contained in:
Gail Badner 2015-05-01 11:15:12 -07:00
parent 5c88ccec5c
commit 490fb1cf7b
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ import java.util.HashSet;
import java.util.Set;
@Entity
@Table( name = "`User`" )
public class User {
private Long id;
private Set<Role> roles = new HashSet<Role>();