private static final class GenerationState.PendingState.Update<E> extends Object
| Modifier and Type | Field and Description |
|---|---|
private Object[] |
arguments |
private E |
entity |
private Property<E,?> |
property |
| Constructor and Description |
|---|
Update(E entity,
Property<E,?> property,
Object[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
E |
getEntity() |
Property<E,?> |
getProperty() |
Copyright © 2026 fastnate.org. All rights reserved.