书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 1400 个相关结果.
  • 使用 Spring Boot 构建 TiDB 应用程序

    使用 Spring Boot 构建 TiDB 应用程序 第 1 步:启动你的 TiDB 集群 使用 TiDB Cloud 免费集群 使用本地集群 第 2 步:安装 JDK 第 3 步:安装 Maven 第 4 步:获取应用程序代码 创建相同依赖空白程序(可选) 第 5 步:运行应用程序 第 5 步第 1 部分:TiDB Cloud 更改参数 ...
  • 10.5. 修改持久对象

    10.5. 修改持久对象 10.5. 修改持久对象 事务中的持久实例(就是通过session 装载、保存、创建或者查询出的对象) 被应用程序操作所造成的任何修改都会在Session 被刷出(flushed)的时候被持久化(本章后面会详细讨论)。 这里不需要调用某个特定的方法(比如update() ,设计它的目的是不同的)将你的修改持久化。 所以最直接...
  • 74.11 配置JPA使用的组件

    74.11 配置JPA使用的组件 74.11 配置JPA使用的组件 如果想配置一个JPA使用的组件,你需要确保该组件在JPA之前初始化。组件如果是Spring Boot自动配置的,Spring Boot会为你处理。例如,Flyway是自动配置的,Hibernate依赖于Flyway,这样Hibernate有机会在使用数据库前对其进行初始化。 如果自...
  • Choose Driver or ORM

    Choose Driver or ORM Java Java drivers Java ORM frameworks Java client load balancing Golang Golang drivers Golang ORM frameworks Python Python drivers Python ORM framework...
  • Using GORM in a Groovy application

    Using GORM in a Groovy application Using GORM in a Groovy application GORM is a data access toolkit originally created as part of Grails framework. It supports multiple databa...
  • Using GORM in a Groovy application

    Using GORM in a Groovy application Using GORM in a Groovy application GORM is a data access toolkit originally created as part of Grails framework. It supports multiple databa...
  • Using GORM in a Groovy application

    Using GORM in a Groovy application Using GORM in a Groovy application GORM is a data access toolkit originally created as part of Grails framework. It supports multiple databa...
  • 3.8.2. JNDI绑定的SessionFactory

    3.8.2. JNDI绑定的SessionFactory 3.8.2. JNDI绑定的SessionFactory 与JNDI绑定的Hibernate的SessionFactory 能简化工厂的查询,简化创建新的Session . 需要注意的是这与JNDI绑定Datasource 没有关系, 它们只是恰巧用了相同的注册表! 如果你希望将Sessio...
  • 19.1.4. 实例化集合和代理(Initializing collections and proxies)

    19.1.4. 实例化集合和代理(Initializing collections and proxies) 19.1.4. 实例化集合和代理(Initializing collections and proxies) 在Session 范围之外访问未初始化的集合或代理,Hibernate将会抛出LazyInitializationException...
  • 1.5. Custom Services

    1.5. Custom Services 1.5.1. Custom Service Implementations (overriding) 1.5.2. Custom Service Roles (extending) 1.5. Custom Services So far we have focused on the Hibernate...