Class com.breeze.metadata.RawMetadata extends java.util.LinkedHashMap<java.lang.String,java.lang.Object> implements Serializable
serialVersionUID:
1L
Serialized Fields
foreignKeyMap
java.util.HashMap<K,V> foreignKeyMap
Map of navigation property to foreign key property. For example,
if the Order entity has a Customer navigation property, the map would contain
"Models.NorthwindIB.NH.Order.Customer": "CustomerID"