JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Module
io.ebean.api
Package io.ebean.common
package
io.ebean.common
Common non-public interfaces and implementation.
Related Packages
Package
Description
io.ebean
Core API (see
Database
,
DB
and
Query
).
Classes
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.