Project

General

Profile

« Previous | Next » 

Revision 46366

View differences:

User.java
57 57
	
58 58
	@OneToMany(mappedBy = "user",cascade=CascadeType.ALL)
59 59
	private List<RequestComment> requestComment = new ArrayList<>();
60
	
60

  
61 61
	public List<UserRole> getRoles() {
62 62
		return roles;
63 63
	}
......
196 196
		this.requestComment = requestComment;
197 197
	}
198 198

  
199

  
200 199
}

Also available in: Unified diff