Hibernate uses lazy select fetching by default for collections and lazy proxy fetching for single-valued associations. This default behavior makes sense for almost all associations in almost all applications. Hibernate will use the batch fetch optimization for lazy fetching if hibernate.default_batch_fetch_size parameter is set. This optimization may also be enabled at a more granular level. Lazy fetching introduces a problem that should be taken care of. Remember that ...
License4J 4.0
Today, 12:23 AM in Java Software