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