Uses of Interface
com.blazebit.persistence.view.metamodel.MethodMapAttribute
Packages that use MethodMapAttribute
Package
Description
Change model interfaces for querying changes of Updatable Entity-Views.
-
Uses of MethodMapAttribute in com.blazebit.persistence.view.change
Methods in com.blazebit.persistence.view.change with parameters of type MethodMapAttributeModifier and TypeMethodDescription<K,E> List<MapChangeModel<K, E>> PluralChangeModel.get(MethodMapAttribute<V, K, E> attribute) Returns the change models for the elements attribute.<K,V> MapChangeModel<K, V> SingularChangeModel.get(MethodMapAttribute<E, K, V> attribute) Returns the change model for the attribute.<K1,V1> List<MapChangeModel<K1, V1>> MapChangeModel.keyGet(MethodMapAttribute<K, K1, V1> attribute) Returns the change models for the keys attribute.