- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 29 of file EntitySet.java.
◆ getEntityPaths()
List<String> org.turro.entities.EntitySet.getEntityPaths |
( |
| ) |
|
Definition at line 31 of file EntitySet.java.
32 return stream().map(e -> e.getPath()).collect(Collectors.toList());
The documentation for this class was generated from the following file: