Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

51.9. FAQ 常见问题

51.9.1. Could not write JSON: failed to lazily initialize a collection of role

		
{"status":false,"code":"HttpMessageNotWritableException","data":null,"reason":"Could not write JSON: failed to lazily initialize a collection of role: cn.netkiller.domain.Lora.keyword: could not initialize proxy - no Session"}⏎
		
			
		
	@ElementCollection(fetch = FetchType.EAGER)
    private Set<String> keyword = new HashSet<String>();