fabricio
01/24/2018, 4:45 PMsdeleuze
01/24/2018, 4:55 PMMarcelus Trojahn
01/24/2018, 5:09 PMMarcelus Trojahn
01/24/2018, 5:10 PMMarcelus Trojahn
01/24/2018, 5:20 PMMarcelus Trojahn
01/24/2018, 5:21 PMMarcelus Trojahn
01/24/2018, 5:21 PMMarcelus Trojahn
01/24/2018, 5:21 PMMarcelus Trojahn
01/24/2018, 5:24 PMfabricio
01/24/2018, 5:33 PMfabricio
01/24/2018, 5:34 PMMarcelus Trojahn
01/24/2018, 7:12 PMMarcelus Trojahn
01/24/2018, 7:13 PMMarcelus Trojahn
01/24/2018, 7:14 PMMarcelus Trojahn
01/24/2018, 7:15 PMfabricio
01/24/2018, 8:17 PMfabricio
01/24/2018, 8:18 PMfabricio
01/24/2018, 8:18 PMsdeleuze
01/25/2018, 6:43 AMBen
01/25/2018, 9:06 PMsdeleuze
01/29/2018, 10:24 AMziggy42
01/30/2018, 10:40 AMhibernate
specific channel? Should I ask here?ziggy42
01/30/2018, 10:45 AMroles
property, but I keep getting an errorziggy42
01/30/2018, 10:46 AMCaused by: org.hibernate.annotations.common.AssertionFailure: Fail to process type argument in a generic declaration. Member : com.my.package.entity.User#roles Type: class sun.reflect.generics.reflectiveObjects.WildcardTypeImpl
ziggy42
01/30/2018, 11:02 AMMutableSet
fixes the problem, but why?kruczaj
01/30/2018, 11:03 AMkruczaj
01/30/2018, 11:03 AMIf you have a look at the interface definition of Set, you'll see it's defined as public interface Set<out E> : Collection<E> whereas MutableSet is defined as public interface MutableSet<E> : Set<E>, MutableCollection<E>
Set<out E> 's Java equivalent I believe is Set<? extends E> instead of what you were looking for Set<E>.
ziggy42
01/30/2018, 11:51 AMziggy42
01/31/2018, 1:54 PMJvmField can only be applied to final property