| Package | Description |
|---|---|
| com.blazebit.persistence.view.change |
Change model interfaces for querying changes of Updatable Entity-Views.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeModel.ChangeKind |
ChangeModel.getKind()
Returns the kind of the change done to the attribute.
|
static ChangeModel.ChangeKind |
ChangeModel.ChangeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeModel.ChangeKind[] |
ChangeModel.ChangeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2018 Blazebit. All rights reserved.