java.lang.Object
io.ebeaninternal.server.query.SqlBeanLoad
Controls the loading of property data into a bean.
Takes into account the differences of lazy loading and partial objects.
-
Method Summary
Modifier and TypeMethodDescriptionctx()Return the DB read context.booleanReturn true if this is a lazy loading.load(BeanProperty prop) voidload(BeanProperty target, Object dbVal) Load the given value into the property.
-
Method Details
-
isLazyLoad
public boolean isLazyLoad()Return true if this is a lazy loading. -
ctx
Return the DB read context. -
load
-
load
Load the given value into the property.
-