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