| 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 |
|---|---|
<X> SingularChangeModel<X> |
SingularChangeModel.get(SingularAttribute<E,X> attribute)
Returns the change model for the attribute.
|
<X> List<SingularChangeModel<X>> |
PluralChangeModel.get(SingularAttribute<V,X> attribute)
Returns the change models for the elements attribute.
|
<X> List<SingularChangeModel<X>> |
MapChangeModel.keyGet(SingularAttribute<K,X> attribute)
Returns the change models for the keys attribute.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubqueryAttribute<X,Y>
Instances of the type SubqueryAttribute represents single-valued properties or fields.
|
Copyright © 2014–2018 Blazebit. All rights reserved.