Hi
I have two persistent classes defined. Lets call it Parent and Child.
Child class is one of the property of Parent Class.
I would like to define a index on Child class.
So what is the default behaviour I defined a index on a non simple data type member?
Any possibility that I could customized the behaviour ? For example. Child class has three properties.
Could I configure the index to index any combinations of these three properties?
Thanks for your help.