Hi, just trying out COOQ and thinking would be nice to only partially load 
generated records in some cases, for example when only a small number of 
fields in a wide table will be used. 

1. Cannot see how to do this as we are forced to use .selectFrom() and 
select() is unavailable e.g. how to modify below?

     DSLContext create = DSL.using(DB.getConnection(), SQLDialect.MARIADB);

    List<PostalCodeRecord> postalCodes = create.fetch(POSTAL_CODE);

2. If partial loading is possible, is it also possible to implement lazy 
loading on those not loaded initially?

Thanks


-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to