书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 718 个相关结果.
  • 12.2 Configurations for Data Access

    12.2 Configurations for Data Access 12.2 Configurations for Data Access The table summarizes the configuration modules and the dependencies you should add to your build to enab...
  • Has One

    Has One 重写外键 重写引用 多态关联 Has One 的 CURD 预加载 自引用 Has One 外键约束 Has One has one 与另一个模型建立一对一的关联,但它和一对一关系有些许不同。 这种关联表明一个模型的每个实例都包含或拥有另一个模型的一个实例。 例如,您的应用包含 user 和 credit card 模...
  • Go

    Go Write data Installation Connect to database Data model Low-level API Create row objects Insert data Streaming insert High-level API Create row objects Insert data Strea...
  • Has Many

    Has Many 重写外键 重写引用 多态关联 Has Many 的 CURD 预加载 自引用 Has Many 外键约束 Has Many has many 与另一个模型建立了一对多的连接。 不同于 has one ,拥有者可以有零或多个关联模型。 例如,您的应用包含 user 和 credit card 模型,且每个 user ...
  • Customize Data Types

    Implements Customized Data Type Scanner / Valuer GormDataTypeInterface GormValuerInterface Create/Update from SQL Expr Value based on Context Clause Expression Customized Da...
  • Session

    DryRun 预编译 NewDB 跳过钩子 DisableNestedTransaction AllowGlobalUpdate FullSaveAssociations Context Logger NowFunc Debug QueryFields CreateBatchSize GORM 提供了 Session 方法,这是...
  • Session

    DryRun 预编译 NewDB 初始化 跳过钩子 禁用嵌套事务 AllowGlobalUpdate FullSaveAssociations Context 自定义 Logger NowFunc 调试 查询字段 CreateBatchSize GORM 提供了 Session 方法,这是一个 New Session Meth...
  • 链式操作

    2270 2020-06-11 《Go语言中文文档》
    1. 链式操作 1.1. 链式操作 1.2. 创建方法 1.3. Scopes 方法 1.4. 多个创建方法 1.5. 线程安全 1. 链式操作 1.1. 链式操作 Gorm 继承了链式操作接口, 所以你可以写像下面一样的代码: db , err := gorm . Open ( "postgres" , "user=go...
  • 12.2.2 Configuring Hibernate

    12.2.2 Configuring Hibernate Setting up a Hibernate/JPA EntityManager Using GORM for Hibernate 12.2.2 Configuring Hibernate Setting up a Hibernate/JPA EntityManager Using...
  • 12.2.2 Configuring Hibernate

    12.2.2 Configuring Hibernate Setting up a Hibernate/JPA EntityManager Using GORM for Hibernate 12.2.2 Configuring Hibernate Setting up a Hibernate/JPA EntityManager Using...