Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 336 Bytes

TODO.md

File metadata and controls

11 lines (10 loc) · 336 Bytes
  • Better security API (Java 8)
  • Better pagination API (Java 8)
  • Repository API with improved and new methods (Java 8)
    • Optional load
    • merge persist and save if possible (see JPA)
    • Result loadAll(Range range)
    • clear()
  • data import
    • YAML support
    • auto mapping of domain objects to importers/exporters