Uses of Interface
com.blazebit.persistence.view.metamodel.MapAttribute
Packages that use MapAttribute
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 MapAttribute in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type MapAttributeModifier and TypeMethodDescription<K,V> EntityViewNestedBuilder<K, ? extends EntityViewNestedBuilder<V, ? extends BuilderType, ?>, ?> EntityViewBuilderBase.withBuilder(MapAttribute<ViewType, K, V> attribute) Starts and returns a nested entity view builder for the given Map attribute.<K,V> EntityViewNestedBuilder<V, ? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(MapAttribute<ViewType, K, V> attribute, K key) Starts and returns a nested entity view builder for the given Map attribute.<K,V> BuilderType EntityViewBuilderBase.withEntry(MapAttribute<ViewType, K, V> attribute, K key, V value) Sets the given value as element on the Map for the given key for the given attribute. -
Uses of MapAttribute in com.blazebit.persistence.view.change
Methods in com.blazebit.persistence.view.change with parameters of type MapAttributeModifier and TypeMethodDescription<K,E> List<MapChangeModel<K, E>> PluralChangeModel.get(MapAttribute<V, K, E> attribute) Deprecated.<K,V> MapChangeModel<K, V> SingularChangeModel.get(MapAttribute<E, K, V> attribute) Deprecated.<K1,V1> List<MapChangeModel<K1, V1>> MapChangeModel.keyGet(MapAttribute<K, K1, V1> attribute) Deprecated. -
Uses of MapAttribute in com.blazebit.persistence.view.metamodel
Subinterfaces of MapAttribute in com.blazebit.persistence.view.metamodelModifier and TypeInterfaceDescriptioninterfaceMethodMapAttribute<X,K, V> A map 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.
PluralChangeModel.get(MethodMapAttribute)