| Package | Description |
|---|---|
| com.blazebit.persistence.view.change |
Change model interfaces for querying changes of Updatable Entity-Views.
|
| com.blazebit.persistence.view.metamodel |
Entity-View extension metamodel.
|
| 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.
|
<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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionAttribute<X,E>
Instances of the type CollectionAttribute represent Collection-valued attributes.
|
interface |
ListAttribute<X,E>
Instances of the type ListAttribute represent List-valued attributes.
|
interface |
MapAttribute<X,K,V>
Instances of the type MapAttribute represent persistent Map-valued attributes.
|
interface |
SetAttribute<X,E>
Instances of the type SetAttribute represent Set-valued attributes.
|
Copyright © 2014–2018 Blazebit. All rights reserved.