Duplicate
Details
Assignee
UnassignedUnassignedReporter
Taylor MathewsonTaylor MathewsonComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Taylor Mathewson
Taylor MathewsonComponents
Priority
Created March 18, 2009 at 5:12 PM
Updated July 1, 2010 at 12:42 PM
Resolved April 8, 2010 at 5:28 PM
Given the following:
@Indexed
class A{
@IndexedEmbedded
public B b;
}
class B{
...//some indexed fields
}
public class C{
...//some more indexed fields
}
The index for A will only contain the indexed fields in B, never the fields in C, even if the runtime type of A's b property is of class C.
Thank you.