GithubHelp home page GithubHelp logo

Comments (2)

xutengx avatar xutengx commented on May 13, 2024

你好
文档中所指的"ORM风格" 大致是 文档 的风格.
即, 操作由 Record 而非 Query 去执行.
这种, 可以触发 creating 和 created 等定义事件.

根据你的示例代码, 大致是如下的形式:

// 先获取新的 record
Record<UserData , Long> record = userDataModel.newRecord();

// 此处不应使用 toObject() 获取具体泛型对象
UserData userData = record.getEntity();

// 设置属性
userData.setNumber("123456");

// 保存
record.save();

文档中对此的表述, 会加以改进.

from database-all.

xutengx avatar xutengx commented on May 13, 2024

在 5.2.0 中, 修改了定义事件的相关的方法名, 使之更不易混淆
详见 文档

from database-all.

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.