Uses of Interface
com.blazebit.persistence.view.metamodel.MethodMultiMapAttribute
Packages that use MethodMultiMapAttribute
-
Uses of MethodMultiMapAttribute in com.blazebit.persistence.view.metamodel
Methods in com.blazebit.persistence.view.metamodel with parameters of type MethodMultiMapAttributeModifier and TypeMethodDescription<C extends Collection<E>,E>
AttributePath<X,E, C> AttributePath.get(MethodMultiMapAttribute<B, ?, E, C> attribute) Returns a new attribute path that additionally de-references the given multi-map attribute.<C extends Collection<E>,E>
AttributePath<X,E, C> AttributePathWrapper.get(MethodMultiMapAttribute<B, ?, E, C> attribute) static <X,C extends Collection<E>, E>
AttributePath<X,C, E> AttributePaths.of(MethodMultiMapAttribute<X, ?, E, C> attribute) Creates an attribute path for the given multi-map attribute.