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