| 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.
|
| Modifier and Type | Method and Description |
|---|---|
<V,C extends Collection<V>> |
SingularChangeModel.get(PluralAttribute<E,C,V> attribute)
Returns the change model for the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
<E,C extends Collection<E>> |
PluralChangeModel.get(PluralAttribute<V,C,E> attribute)
Returns the change models for the elements attribute.
|
<E,C extends Collection<E>> |
MapChangeModel.keyGet(PluralAttribute<K,C,E> attribute)
Returns the change models for the keys attribute.
|
Copyright © 2014–2018 Blazebit. All rights reserved.