Uses of Interface
com.blazebit.persistence.view.metamodel.ListAttribute
Packages that use ListAttribute
Package
Description
Entity-View extension for the Blaze-Persistence API.
Entity-View extension metamodel.
-
Uses of ListAttribute in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type ListAttributeModifier and TypeMethodDescription<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(ListAttribute<ViewType, E> attribute) Starts and returns a nested entity view builder for the given List attribute.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(ListAttribute<ViewType, E> attribute, int index) Starts and returns a nested entity view builder for the given List attribute.<E> BuilderTypeEntityViewBuilderBase.withElement(ListAttribute<ViewType, E> attribute, E value) Adds the given value as element to the List for the given attribute.<E> BuilderTypeEntityViewBuilderBase.withListElement(ListAttribute<ViewType, E> attribute, int index, E value) Sets the given value as element on the List at the given index for the given attribute. -
Uses of ListAttribute in com.blazebit.persistence.view.metamodel
Subinterfaces of ListAttribute in com.blazebit.persistence.view.metamodelModifier and TypeInterfaceDescriptioninterfaceMethodListAttribute<X,E> A list attribute that is also a method attribute.interfaceMethodMultiListAttribute<X,E, C extends Collection<E>> A multi-list attribute that is also a method attribute.