For example,
@Column("body")
private String body;
That will create a column "body"
I'd want to be able to annotate such that I can create a composite column such as "body:foo".
There isn't any example for this purpose or even any indication that this is possible. Does anyone have any more knowledge about this?