Package io.ebean.common
Common non-public interfaces and implementation.
-
Class Summary Class Description BeanList<E> List capable of lazy loading.BeanMap<K,E> Map capable of lazy loading.BeanSet<E> Set capable of lazy loading.CopyOnFirstWriteList<E> List that copies itself on first write access.