Uses of Interface
com.blazebit.persistence.view.change.PluralChangeModel
Packages that use PluralChangeModel
Package
Description
Change model interfaces for querying changes of Updatable Entity-Views.
-
Uses of PluralChangeModel in com.blazebit.persistence.view.change
Subinterfaces of PluralChangeModel in com.blazebit.persistence.view.changeModifier and TypeInterfaceDescriptioninterfaceMapChangeModel<K,V> An interface for accessing the dirty state of an object.Methods in com.blazebit.persistence.view.change that return PluralChangeModelModifier and TypeMethodDescription<V,C extends Collection<V>>
PluralChangeModel<C,V> SingularChangeModel.get(MethodPluralAttribute<E, C, V> attribute) Returns the change model for the attribute.<V,C extends Collection<V>>
PluralChangeModel<C,V> SingularChangeModel.get(PluralAttribute<E, C, V> attribute) Deprecated.Methods in com.blazebit.persistence.view.change that return types with arguments of type PluralChangeModelModifier and TypeMethodDescription<E,C extends Collection<E>>
List<PluralChangeModel<C,E>> PluralChangeModel.get(MethodPluralAttribute<V, C, E> attribute) Returns the change models for the elements attribute.<E,C extends Collection<E>>
List<PluralChangeModel<C,E>> PluralChangeModel.get(PluralAttribute<V, C, E> attribute) Deprecated.<E,C extends Collection<E>>
List<PluralChangeModel<C,E>> MapChangeModel.keyGet(MethodPluralAttribute<K, C, E> attribute) Returns the change models for the keys attribute.<E,C extends Collection<E>>
List<PluralChangeModel<C,E>> MapChangeModel.keyGet(PluralAttribute<K, C, E> attribute) Deprecated.
SingularChangeModel.get(MethodPluralAttribute)