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

Class InterceptReadOnly

java.lang.Object
io.ebean.bean.InterceptReadOnly
All Implemented Interfaces:
EntityBeanIntercept, Serializable

public class InterceptReadOnly extends Object implements EntityBeanIntercept
EntityBeanIntercept optimised for read only use.

For the read only use this intercept doesn't need to hold any state that is normally required for updates such as per property changed, loaded, dirty state, original values bean state etc.

See Also: