Hello thanks for your replies
I just put @IndexedEmbedded and worked, I was trying with wrong annotation
I Put like this
@IndexedEmbedded | |
---|---|
@JdbcTypeCode(SqlTypes.JSON) | |
private Workflow workflow; | |
ANd worked perfect |
Hello thanks for your replies
I just put @IndexedEmbedded and worked, I was trying with wrong annotation
I Put like this
@IndexedEmbedded | |
---|---|
@JdbcTypeCode(SqlTypes.JSON) | |
private Workflow workflow; | |
ANd worked perfect |