|
AFAIU this is already something we have.
-
The GridDialect lists the columns that ought to be loaded so some filtering could happen between OGM and the backend (true of MongoDB for example)
-
JPA offers @Basic(fetch=LAZY) for these less frequent properties
|