Uses of Interface
com.blazebit.persistence.view.change.ChangeModel
Packages that use ChangeModel
Package
Description
Change model interfaces for querying changes of Updatable Entity-Views.
-
Uses of ChangeModel in com.blazebit.persistence.view.change
Subinterfaces of ChangeModel in com.blazebit.persistence.view.changeModifier and TypeInterfaceDescriptioninterfaceMapChangeModel<K,V> An interface for accessing the dirty state of an object.interfacePluralChangeModel<C,V> An interface for accessing the dirty state of an object.interfaceAn interface for accessing the dirty state of an object.Methods in com.blazebit.persistence.view.change that return ChangeModelMethods in com.blazebit.persistence.view.change that return types with arguments of type ChangeModelModifier and TypeMethodDescription<X> List<? extends ChangeModel<X>>Returns the change models for the elements attribute.<X> List<? extends ChangeModel<X>>Returns the change model for the attribute.List<ChangeModel<?>>SingularChangeModel.getDirtyChanges()Returns the change models of the dirty nested attributes.<X> List<? extends ChangeModel<X>>Returns the change models for the keys attribute.