Module io.ebean.api
Package io.ebean.bean

Class InterceptReadWrite

  • All Implemented Interfaces:
    EntityBeanIntercept, Serializable

    public final class InterceptReadWrite
    extends Object
    implements EntityBeanIntercept
    This is the object added to every entity bean using byte code enhancement.

    This provides the mechanisms to support deferred fetching of reference beans and oldValues generation for concurrency checking.

    See Also:
    Serialized Form