Uses of Class
io.ebeaninternal.server.query.SqlBeanLoad
Packages that use SqlBeanLoad
-
Uses of SqlBeanLoad in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type SqlBeanLoadModifier and TypeMethodDescriptionvoidBeanDescriptor.inheritanceLoad(SqlBeanLoad sqlBeanLoad, STreeProperty property, DbReadContext ctx) voidBeanProperty.load(SqlBeanLoad sqlBeanLoad) voidBeanPropertyAssocMany.load(SqlBeanLoad sqlBeanLoad) voidBeanPropertyAssocOne.load(SqlBeanLoad sqlBeanLoad) voidDynamicPropertyAggregationFormulaMTO.load(SqlBeanLoad sqlBeanLoad) -
Uses of SqlBeanLoad in io.ebeaninternal.server.query
Methods in io.ebeaninternal.server.query with parameters of type SqlBeanLoadModifier and TypeMethodDescriptionvoidSTreeType.inheritanceLoad(SqlBeanLoad sqlBeanLoad, STreeProperty property, DbReadContext ctx) Load the property taking into account inheritance.voidSTreeProperty.load(SqlBeanLoad sqlBeanLoad) Load into the bean (from the DataReader/ResultSet).