Uses of Interface
io.ebeaninternal.server.deploy.DbReadContext
Packages that use DbReadContext
Package
Description
Bean description
Helpers for Id property conversion
-
Uses of DbReadContext in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type DbReadContextModifier and TypeMethodDescriptionvoidBeanDescriptor.inheritanceLoad(SqlBeanLoad sqlBeanLoad, STreeProperty property, DbReadContext ctx) voidBeanProperty.loadIgnore(DbReadContext ctx) voidBeanPropertyAssocMany.loadIgnore(DbReadContext ctx) voidBeanPropertyAssocOne.loadIgnore(DbReadContext ctx) BeanProperty.read(DbReadContext ctx) BeanPropertyAssocMany.read(DbReadContext ctx) BeanPropertyAssocOne.read(DbReadContext ctx) BeanProperty.readSet(DbReadContext ctx, EntityBean bean) BeanPropertyAssocMany.readSet(DbReadContext ctx, EntityBean bean) BeanPropertyAssocOne.readSet(DbReadContext ctx, EntityBean bean) -
Uses of DbReadContext in io.ebeaninternal.server.deploy.id
Methods in io.ebeaninternal.server.deploy.id with parameters of type DbReadContextModifier and TypeMethodDescriptionvoidIdBinder.loadIgnore(DbReadContext ctx) Ignore the appropriate number of scalar properties for this id.voidIdBinderEmbedded.loadIgnore(DbReadContext ctx) voidIdBinderSimple.loadIgnore(DbReadContext ctx) IdBinder.read(DbReadContext ctx) Read the id value from the result set and return it.IdBinderEmbedded.read(DbReadContext ctx) IdBinderSimple.read(DbReadContext ctx) IdBinder.readSet(DbReadContext ctx, EntityBean bean) Read the id value from the result set and set it to the bean also returning it.IdBinderEmbedded.readSet(DbReadContext ctx, EntityBean bean) IdBinderSimple.readSet(DbReadContext ctx, EntityBean bean) -
Uses of DbReadContext in io.ebeaninternal.server.query
Classes in io.ebeaninternal.server.query that implement DbReadContextModifier and TypeClassDescriptionfinal classCQuery<T>An object that represents a SqlSelect statement.Methods in io.ebeaninternal.server.query that return DbReadContextMethods in io.ebeaninternal.server.query with parameters of type DbReadContextModifier and TypeMethodDescriptionvoidSTreeType.inheritanceLoad(SqlBeanLoad sqlBeanLoad, STreeProperty property, DbReadContext ctx) Load the property taking into account inheritance.voidSTreeProperty.loadIgnore(DbReadContext ctx) Ignore the property (moving the column index position without reading).