public class JPAUtils extends Object
| Constructor and Description |
|---|
JPAUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <E,B> List<B> |
applyMapper(List<E> entities,
java.util.function.Function<E,B> mapper) |
public static <E,B> List<B> applyMapper(List<E> entities, java.util.function.Function<E,B> mapper)
Copyright © 2019. All rights reserved.