Package org.apache.cayenne.reflect
Interface ToManyMapProperty
- All Superinterfaces:
- ArcProperty,- PropertyDescriptor,- ToManyProperty
public interface ToManyMapProperty extends ToManyProperty
A property representing a map of objects keyed by one of the object properties.
- Since:
- 3.0
- 
Method SummaryMethods inherited from interface org.apache.cayenne.reflect.ArcPropertygetComplimentaryReverseArc, getComplimentaryReverseDbRelationshipPath, getRelationship, getTargetDescriptor, invalidate, isFaultMethods inherited from interface org.apache.cayenne.reflect.PropertyDescriptorgetName, injectValueHolder, readProperty, readPropertyDirectly, visit, writeProperty, writePropertyDirectlyMethods inherited from interface org.apache.cayenne.reflect.ToManyPropertyaddTarget, addTargetDirectly, removeTarget, removeTargetDirectly
- 
Method Details- 
getMapKeyExtracts the map key of the target object.- Throws:
- PropertyException
 
 
-