I have the roles field in User entity:
roles
User
@Entity @Table(indexes = { @Index(columnList = "uuid") }) public class User