Uses of Interface
com.blazebit.persistence.view.metamodel.PluralAttribute
Packages that use PluralAttribute
Package
Description
Entity-View extension for the Blaze-Persistence API.
Change model interfaces for querying changes of Updatable Entity-Views.
Entity-View extension metamodel.
-
Uses of PluralAttribute in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type PluralAttributeModifier and TypeMethodDescription<C> CEntityViewBuilderBase.get(PluralAttribute<ViewType, C, ?> attribute) Returns the value for the given attribute.<C> BuilderTypeEntityViewBuilderBase.with(PluralAttribute<ViewType, C, ?> attribute, C value) Sets the given value for the attribute. -
Uses of PluralAttribute in com.blazebit.persistence.view.change
Methods in com.blazebit.persistence.view.change with parameters of type PluralAttributeModifier and TypeMethodDescription<E,C extends Collection<E>>
List<PluralChangeModel<C,E>> PluralChangeModel.get(PluralAttribute<V, C, E> attribute) Deprecated.<V,C extends Collection<V>>
PluralChangeModel<C,V> SingularChangeModel.get(PluralAttribute<E, C, V> attribute) Deprecated.<E,C extends Collection<E>>
List<PluralChangeModel<C,E>> MapChangeModel.keyGet(PluralAttribute<K, C, E> attribute) Deprecated. -
Uses of PluralAttribute in com.blazebit.persistence.view.metamodel
Subinterfaces of PluralAttribute in com.blazebit.persistence.view.metamodelModifier and TypeInterfaceDescriptioninterfaceCollectionAttribute<X,E> Instances of the type CollectionAttribute represent Collection-valued attributes.interfaceListAttribute<X,E> Instances of the type ListAttribute represent List-valued attributes.interfaceMapAttribute<X,K, V> Instances of the type MapAttribute represent persistent Map-valued attributes.interfaceA collection attribute that is also a method attribute.interfaceMethodListAttribute<X,E> A list attribute that is also a method attribute.interfaceMethodMapAttribute<X,K, V> A map attribute that is also a method attribute.interfaceMethodMultiListAttribute<X,E, C extends Collection<E>> A multi-list attribute that is also a method attribute.interfaceMethodMultiMapAttribute<X,K, V, C extends Collection<V>> A multi-map attribute that is also a method attribute.interfaceMethodPluralAttribute<X,C, E> A plural attribute that is also a method attribute.interfaceMethodSetAttribute<X,E> A set attribute that is also a method attribute.interfaceSetAttribute<X,E> Instances of the type SetAttribute represent Set-valued attributes.
PluralChangeModel.get(MethodPluralAttribute)