Uses of Package
io.ebean.bean
-
Packages that use io.ebean.bean Package Description io.ebean.bean Enhanced beans API and Support objectsio.ebean.common Common non-public interfaces and implementation.io.ebean.config Configuration settings for Database constructionio.ebean.event Persist and Query Event Controllers and Listenersio.ebean.plugin Provides a API for plugins.io.ebean.text.json JSON formatting and parsing objects (See JsonContext). -
Classes in io.ebean.bean used by io.ebean.bean Class Description BeanCollection Lazy loading capable Maps, Lists and Sets.BeanCollection.ModifyListenMode BeanCollectionLoader Loads a entity bean collection.BeanDiffVisitor Visitor for collecting new/old values for a bean update.BeanLoader Loads a entity bean.CallOrigin A call origin for query execution profiling to collect graph use (for query tuning).EntityBean Bean that is aware of EntityBeanIntercept.EntityBeanIntercept This is the object added to every entity bean using byte code enhancement.NodeUsageCollector Collects profile information for a bean (or reference/proxy bean) at a given node.NodeUsageListener Collects the profile information.ObjectGraphNode Identifies a unique node of an object graph.ObjectGraphOrigin Represents a "origin" of an ORM object graph.PersistenceContext Holds entity beans by there type and id.PersistenceContext.WithOption Wrapper on a bean to also indicate if a bean has been deleted.PreGetterCallback A callback that can be registered to fire on getter method calls.SingleBeanLoader BeanLoader used when single beans are loaded (which is usually not ideal / N+1). -
Classes in io.ebean.bean used by io.ebean.common Class Description BeanCollection Lazy loading capable Maps, Lists and Sets.BeanCollectionAdd Interface to define the addition of a bean to the underlying collection.BeanCollectionLoader Loads a entity bean collection.EntityBean Bean that is aware of EntityBeanIntercept. -
Classes in io.ebean.bean used by io.ebean.config Class Description ObjectGraphNode Identifies a unique node of an object graph. -
Classes in io.ebean.bean used by io.ebean.event Class Description BeanCollection Lazy loading capable Maps, Lists and Sets. -
Classes in io.ebean.bean used by io.ebean.plugin Class Description BeanLoader Loads a entity bean.EntityBean Bean that is aware of EntityBeanIntercept.EntityBeanIntercept This is the object added to every entity bean using byte code enhancement. -
Classes in io.ebean.bean used by io.ebean.text.json Class Description PersistenceContext Holds entity beans by there type and id.