mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
- Frozen beans as ReadOnly + Unmodifiable collections - Add Transaction.freezeAndDetach() returning FrozenBeans - Add Transaction.attach( FrozenBeans ) - InterceptReadOnly now supports lazy loading - Query.setReadOnly(true) now uses InterceptReadOnly [when it used to ALSO require Query.setDisableLazyLoading(true)} - Add EntityBeanIntercept.errorOnLazyLoad (such that lazy loading on frozen bean is an error) - BeanList, BeanSet, BeanMap are now freezable - ModifyAwareList Set and Map are now freezable