Hi, I have requirement that my schema is not fixed , so I have to use the BinaryObject approach instead of fixed POJO
I am relying on OOTB file system persistence mechanism My questions are: - How can I specify the indexes on BinaryObject? - If I have to use sql query for retrieving objects , what table name should I specify, the one which is used for cache name does not work -Rajesh
