| Package | Description |
|---|---|
| com.blazebit.persistence.view.change |
Change model interfaces for querying changes of Updatable Entity-Views.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapChangeModel<K,V>
An interface for accessing the dirty state of an object.
|
interface |
PluralChangeModel<C,V>
An interface for accessing the dirty state of an object.
|
interface |
SingularChangeModel<E>
An interface for accessing the dirty state of an object.
|
| Modifier and Type | Method and Description |
|---|---|
<X> ChangeModel<X> |
SingularChangeModel.get(String attributePath)
Returns the change model for the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
<X> List<? extends ChangeModel<X>> |
PluralChangeModel.get(String attributePath)
Returns the change models for the elements attribute.
|
<X> List<? extends ChangeModel<X>> |
SingularChangeModel.getAll(String attributePath)
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>> |
MapChangeModel.keyGet(String attributePath)
Returns the change models for the keys attribute.
|
Copyright © 2014–2018 Blazebit. All rights reserved.