Uses of Interface
com.blazebit.persistence.view.change.SingularChangeModel
Packages that use SingularChangeModel
Package
Description
Entity-View extension for the Blaze-Persistence API.
Change model interfaces for querying changes of Updatable Entity-Views.
-
Uses of SingularChangeModel in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view that return SingularChangeModelModifier and TypeMethodDescription<T> SingularChangeModel<T>EntityViewManager.getChangeModel(T entityView) Gives access to the change model of the entity view instance.<T> SingularChangeModel<T>SerializableEntityViewManager.getChangeModel(T entityView) -
Uses of SingularChangeModel in com.blazebit.persistence.view.change
Methods in com.blazebit.persistence.view.change that return SingularChangeModelModifier and TypeMethodDescription<X> SingularChangeModel<X>SingularChangeModel.get(MethodSingularAttribute<E, X> attribute) Returns the change model for the attribute.<X> SingularChangeModel<X>SingularChangeModel.get(SingularAttribute<E, X> attribute) Deprecated.Methods in com.blazebit.persistence.view.change that return types with arguments of type SingularChangeModelModifier and TypeMethodDescription<X> List<SingularChangeModel<X>>PluralChangeModel.get(MethodSingularAttribute<V, X> attribute) Returns the change models for the elements attribute.<X> List<SingularChangeModel<X>>PluralChangeModel.get(SingularAttribute<V, X> attribute) Deprecated.PluralChangeModel.getAddedElements()Returns the change models of all added elements.MapChangeModel.getAddedKeys()Returns the change models of all added keys.MapChangeModel.getAddedObjects()Returns the change models of all added keys and elements.PluralChangeModel.getElementChanges()Returns the change models of all added, removed or mutated elements.MapChangeModel.getKeyChanges()Returns the change models of all added, removed or mutated keys.PluralChangeModel.getMutatedElements()Returns the change models of all mutated elements.MapChangeModel.getMutatedKeys()Returns the change models of all mutated keys.MapChangeModel.getMutatedObjects()Returns the change models of all mutated keys and elements.MapChangeModel.getObjectChanges()Returns the change models of all added, removed or mutated keys and elements.PluralChangeModel.getRemovedElements()Returns the change models of all removed elements.MapChangeModel.getRemovedKeys()Returns the change models of all removed keys.MapChangeModel.getRemovedObjects()Returns the change models of all removed keys and elements.<X> List<SingularChangeModel<X>>MapChangeModel.keyGet(MethodSingularAttribute<K, X> attribute) Returns the change models for the keys attribute.<X> List<SingularChangeModel<X>>MapChangeModel.keyGet(SingularAttribute<K, X> attribute) Deprecated.
get(MethodSingularAttribute)