AttributeSourceGenerator to generate attributes for nested POJO's
24 views
Skip to first unread message
Andrew Kelly
unread,
Mar 29, 2019, 6:59:47 AM3/29/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cqengine-discuss
Has anyone written or extend the AttributeSourceGenerator to generate attribute for nested POJO's? For Example for one to one relationships Book -> Author I want to generate attibutes for book.name, book.publishDate, book.author.name, book.author.age etc.