Uses of Interface
io.ebean.bean.ToStringAware
-
Packages that use ToStringAware Package Description io.ebean.bean Enhanced beans API and Support objectsio.ebean.common Common non-public interfaces and implementation. -
-
Uses of ToStringAware in io.ebean.bean
Subinterfaces of ToStringAware in io.ebean.bean Modifier and Type Interface Description interfaceBeanCollection<E>Lazy loading capable Maps, Lists and Sets.interfaceEntityBeanBean that is aware of EntityBeanIntercept. -
Uses of ToStringAware in io.ebean.common
Classes in io.ebean.common that implement ToStringAware Modifier and Type Class Description classBeanList<E>List capable of lazy loading and modification awareness.classBeanMap<K,E>Map capable of lazy loading and modification aware.classBeanSet<E>Set capable of lazy loading and modification aware.
-