HHH-9737 : Back out of change that quoted ANSI keyword in hibernate-core
This commit is contained in:
parent
5c88ccec5c
commit
490fb1cf7b
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue