| Package | Description |
|---|---|
| com.blazebit.persistence.view.change |
Change model interfaces for querying changes of Updatable Entity-Views.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> MapChangeModel<K,V> |
SingularChangeModel.get(MapAttribute<E,K,V> attribute)
Returns the change model for the attribute.
|
<K,E> List<MapChangeModel<K,E>> |
PluralChangeModel.get(MapAttribute<V,K,E> attribute)
Returns the change models for the elements attribute.
|
<K1,V1> List<MapChangeModel<K1,V1>> |
MapChangeModel.keyGet(MapAttribute<K,K1,V1> attribute)
Returns the change models for the keys attribute.
|
Copyright © 2014–2018 Blazebit. All rights reserved.