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 MutableValueInfo Holds information on mutable values (like plain beans stored as json).MutableValueNext Represents a next value to use for mutable content properties (DbJson with jackson beans).NodeUsageCollector Collects profile information for a bean (or reference/proxy bean) at a given node.NodeUsageCollector.State 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).ToStringAware A type that can participate in building toString content with ToStringBuilder.ToStringBuilder Helps build toString content taking into account recursion. -
Classes in io.ebean.bean used by io.ebean.common Class Description BeanCollection Lazy loading capable Maps, Lists and Sets.BeanCollection.ModifyListenMode 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.ToStringAware A type that can participate in building toString content with ToStringBuilder.ToStringBuilder Helps build toString content taking into account recursion. -
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 -
Classes in io.ebean.bean used by io.ebean.text.json Class Description PersistenceContext Holds entity beans by there type and id.