speedment / jpa-streamer

JPAstreamer is a lightweight library for expressing JPA queries as Java Streams
GNU Lesser General Public License v2.1
339 stars 35 forks source link

Check Holon-Platform OSS and bring the good features from there to JPAStreamer #387

Open vaithu opened 9 months ago

vaithu commented 9 months ago

Is your feature request related to a problem? Please describe. Selectively choosing the required columns is not available in JPAStreamer right now. And using DTOs or Spring Projection or Tuple makes them complicated.

Describe the solution you'd like There is a open source platform https://github.com/holon-platform/holon-datastore-jdbc which is similar to JPAStreamer and you can check or get most of the features to JPAStreamer from there. They have all the required features and it is open source.