TEntity
- The type of the entity.@FunctionalInterface public static interface EntityPropertySetter.Function<TEntity>
Modifier and Type | Method and Description |
---|---|
void |
invoke(Transaction transaction,
TEntity entity,
Object value)
Represents a method to set the value of a property on an entity.
|
void invoke(Transaction transaction, TEntity entity, Object value)
transaction
- The transaction to use to set the entity's property.entity
- The entity on which to set the value.value
- The new property value.