mirage-sql / mirage

Mirage-SQL - the SQL Centric Database Access Library for Java
Apache License 2.0
59 stars 24 forks source link

Have any roadmap to support immutable entity? #74

Open wreulicke opened 5 years ago

wreulicke commented 5 years ago

I would like to use entity with immutability, such as @PersistenceConstructor in spring data mongodb. Do you have any roadmap for immutable entity?

I try to implement in #73.