Git Product home page Git Product logo

Comments (3)

tomKitty888888 avatar tomKitty888888 commented on July 19, 2024 1

from greendao.

AncientTree avatar AncientTree commented on July 19, 2024

我也遇到这个问题,toMany 的list从数据库读出来是null,请问一下你是如何解决的?

from greendao.

AncientTree avatar AncientTree commented on July 19, 2024

谢谢,已经解决啦,找到问题所在了。和你说的这个情况很像,我是通过属性访问modelOne.modelTwoLIst,每次都是null,这是我用法错误。正确用法是modelOne.getModelTwoList() ,GreenDao在首次Build的时候已经给ModelOne中所有标记有@ToMany的属性自动生成了getter,这个自动生成的getter首次被调用时会自动读取数据库来加载填充modelTwoLIst。谢谢你的指导,也为后来朋友提供个参考。

from greendao.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.