Class MapAttributeJoin<O,K,V>

All Implemented Interfaces:
BlazeExpression<V>, BlazeFetch<O,V>, BlazeFetchParent<O,V>, BlazeFrom<O,V>, BlazeJoin<O,V>, BlazeMapJoin<O,K,V>, BlazePath<V>, JoinSupport<O,V>, MapJoinSupport<O,K,V>, Serializable, Expression<V>, Fetch<O,V>, FetchParent<O,V>, From<O,V>, Join<O,V>, MapJoin<O,K,V>, Path<V>, PluralJoin<O,Map<K,V>,V>, Selection<V>, TupleElement<V>
Direct Known Subclasses:
MapAttributeJoin.TreatedMapAttributeJoin

public class MapAttributeJoin<O,K,V> extends AbstractPluralAttributeJoin<O,Map<K,V>,V> implements BlazeMapJoin<O,K,V>, MapJoinSupport<O,K,V>
Since:
1.2.0
Author:
Christian Beikov
See Also: