[Firebrand] - MappedCollection objects on WHERE clauses

8 views
Skip to first unread message

Rafael Neves

unread,
May 15, 2013, 12:53:25 PM5/15/13
to hector...@googlegroups.com
Hi people,

I trying using a object annotated with @MappedCollection on WHERE clausre of my SELECT.

this is possible? how?

SELECT * FROM ColumnFamilys WHERE ColumnFamilys .dinamycColumn.nomeColuna = 'estoque2'";

class:ColumnFamilys 
public class ColumnFamilys
{
@Key
private String id;

private String name;

@MappedCollection(lazy=false)
private List<DinamycColumn> dinamycColumns;
...
}
Reply all
Reply to author
Forward
0 new messages