Class BeanPropertyOrderColumn

java.lang.Object
io.ebeaninternal.server.deploy.BeanProperty
io.ebeaninternal.server.deploy.BeanPropertyOrderColumn
All Implemented Interfaces:
io.ebean.core.type.ScalarDataReader<Object>, io.ebean.plugin.ExpressionPath, io.ebean.plugin.Property, SpiQueryManyJoin, ElPropertyDeploy, ElPropertyValue, STreeProperty

public final class BeanPropertyOrderColumn extends BeanProperty
Bean property for synthetic sort order value / order column.

The value of which is held on the entity bean intercept.

  • Constructor Details

  • Method Details

    • getValue

      public Object getValue(io.ebean.bean.EntityBean bean)
      Description copied from class: BeanProperty
      Return the value of the property method.
      Overrides:
      getValue in class BeanProperty
    • getValueIntercept

      public Object getValueIntercept(io.ebean.bean.EntityBean bean)
      Overrides:
      getValueIntercept in class BeanProperty
    • setValue

      public void setValue(io.ebean.bean.EntityBean bean, Object value)
      Description copied from class: BeanProperty
      Set the value of the property without interception or PropertyChangeSupport.
      Overrides:
      setValue in class BeanProperty
    • setValueIntercept

      public void setValueIntercept(io.ebean.bean.EntityBean bean, Object value)
      Description copied from class: BeanProperty
      Set the value of the property.
      Overrides:
      setValueIntercept in class BeanProperty