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