Class SqlBeanLoad

java.lang.Object
io.ebeaninternal.server.query.SqlBeanLoad

public final class SqlBeanLoad extends Object
Controls the loading of property data into a bean.

Takes into account the differences of lazy loading and partial objects.

  • Method Details

    • isLazyLoad

      public boolean isLazyLoad()
      Return true if this is a lazy loading.
    • ctx

      public DbReadContext ctx()
      Return the DB read context.
    • load

      public Object load(BeanProperty prop)
    • load

      public void load(BeanProperty target, Object dbVal)
      Load the given value into the property.