书栈网 · BookStack 本次搜索耗时 0.080 秒,为您找到 6717 个相关结果.
  • 关系

    关系 术语定义 惯例 完整定义的关系 无外键属性 单一导航属性 级联删除 数据注解 [ForeignKey] [InverseProperty] 流式 API 单一导航属性 外键 主键 必须的和可选的关系 级联删除 其他关系模式 一对一 多对多 关系 关系定义了两个实体之间的关联方式。在关系数据库中,关系表现为外键...
  • Using the WordPress Source Plugin

    740 2020-03-09 《Gatsby.js Tutorials》
    WordPress Source Plugin Tutorial How to create a site with data pulled from WordPress What this tutorial covers: But do you prefer GraphQL? Why go through this tutorial? Creatin...
  • 数据表映射

    数据表映射 惯例 数据注解 流式 API 数据表映射 注意 当前章节中涉及的配置一般适用于关系数据库。这里展示的扩展方法在你安装了关系数据库提供程序之后就能获得(由Microsoft.EntityFrmeworkCore.Relational 程序包共享)。 表映射用于标识应该从数据库查询或写入哪些表数据。 惯例 按照惯例,一...
  • Routing

    Routing Creating Routes Creating Routes as Annotations Creating Routes in YAML, XML or PHP Files Matching HTTP Methods Matching Expressions Debugging Routes Route Parameters ...
  • 实体类型构造函数

    具有构造函数的实体类型Entity types with constructors 绑定到映射的属性Binding to mapped properties 只读属性Read-only properties 注入服务Injecting services 具有构造函数的实体类型Entity types with constructors 备注 ...
  • 2.1 Use Async-Await or promises for async error handling

    Use Async-Await or promises for async error handling One Paragraph Explainer Code Example – using promises to catch errors Code Example - using async/await to catch errors Anti ...
  • Making queries

    Making queries Creating objects Saving changes to objects Saving ForeignKey and ManyToManyField fields Retrieving objects Retrieving all objects Retrieving specific objects w...
  • 从 SqlSessionFactory 中获取 SqlSession

    从 SqlSessionFactory 中获取 SqlSession 从 SqlSessionFactory 中获取 SqlSession 既然有了 SqlSessionFactory,顾名思义,我们可以从中获得 SqlSession 的实例。SqlSession 提供了在数据库执行 SQL 命令所需的所有方法。你可以通过 SqlSession 实例来...
  • choose、when、otherwise

    choose、when、otherwise choose、when、otherwise 有时候,我们不想使用所有的条件,而只是想从多个条件中选择一个使用。针对这种情况,MyBatis 提供了 choose 元素,它有点像 Java 中的 switch 语句。 还是上面的例子,但是策略变为:传入了 “title” 就按 “title” 查找,传入了 “...
  • choose、when、otherwise

    choose、when、otherwise choose、when、otherwise 有时候,我们不想使用所有的条件,而只是想从多个条件中选择一个使用。针对这种情况,MyBatis 提供了 choose 元素,它有点像 Java 中的 switch 语句。 还是上面的例子,但是策略变为:传入了 “title” 就按 “title” 查找,传入了 ...