Class AbstractPluralAttributeJoin<O,C,E>

All Implemented Interfaces:
BlazeExpression<E>, BlazeFetch<O,E>, BlazeFetchParent<O,E>, BlazeFrom<O,E>, BlazeJoin<O,E>, BlazePath<E>, JoinSupport<O,E>, Serializable, Expression<E>, Fetch<O,E>, FetchParent<O,E>, From<O,E>, Join<O,E>, Path<E>, PluralJoin<O,C,E>, Selection<E>, TupleElement<E>
Direct Known Subclasses:
CollectionAttributeJoin, ListAttributeJoin, MapAttributeJoin, SetAttributeJoin

public abstract class AbstractPluralAttributeJoin<O,C,E> extends AbstractJoin<O,E> implements PluralJoin<O,C,E>
Since:
1.2.0
Author:
Christian Beikov
See Also: