书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 1400 个相关结果.
  • 5.5.2. 使用 JDK 5.0 的注解(Annotation)

    5.5.2. 使用 JDK 5.0 的注解(Annotation) 5.5.2. 使用 JDK 5.0 的注解(Annotation) JDK 5.0 在语言级别引入了 XDoclet 风格的标注,并且是类型安全的,在编译期进行检查。这一机制比XDoclet的注解更为强大,有更好的工具和IDE支持。例如, IntelliJ IDEA,支持JDK 5....
  • 13.4. DML(数据操作语言)风格的操作(DML-style operations)

    13.4. DML(数据操作语言)风格的操作(DML-style operations) 13.4. DML(数据操作语言)风格的操作(DML-style operations) hence manipulating (using the SQL Data Manipulation Language (DML) statements: INSERT...
  • 11.1.3. 关注对象标识(Considering object identity)

    11.1.3. 关注对象标识(Considering object identity) 11.1.3. 关注对象标识(Considering object identity) 应用程序可能在两个不同的Session 中并发访问同一持久化状态,但是, 一个持久化类的实例无法在两个 Session 中共享。因此有两种不同的标识语义: 数据库标识 fo...
  • 19.2. 二级缓存(The Second Level Cache)

    19.2. 二级缓存(The Second Level Cache) 19.2. 二级缓存(The Second Level Cache) Hibernate的Session 在事务级别进行持久化数据的缓存操作。 当然,也有可能分别为每个类(或集合),配置集群、或JVM级别(SessionFactory级别 )的缓存。 你甚至可以为之插入一个集群的缓...
  • 1 Introduction

    1 Introduction 1.1 What's new in Grails 4? 1.1.1 Updated Dependencies 1.1.2 Micronaut Parent Context 1 Introduction Many modern web frameworks in the Java space are more com...
  • 4.3. 实现equals()和hashCode()

    4.3. 实现equals()和hashCode() 4.3. 实现equals()和hashCode() 如果你有如下需求,你必须重载 equals() 和 hashCode() 方法: 想把持久类的实例放入Set 中(当表示多值关联时,推荐这么做) 想重用脱管实例 Hibernate保证,仅在特定会话范围内,持久化标识(数据库的行...
  • 1.1. What is a Service?

    1.1. What is a Service? 1.1.1. Service contracts 1.1.2. Service dependencies 1.1. What is a Service? A services provides a certain types of functionality, in a pluggable ma...
  • User Guide

    Preface System Requirements 1. Architecture 2. Domain Model 3. Bootstrap 4. Schema generation 5. Persistence Context 6. Flushing 7. Database access 8. Transactions and con...
  • 2.2. 实例状态

    2.2. 实例状态 2.2. 实例状态 一个持久化类的实例可能处于三种不同状态中的某一种。 这三种状态的定义则与所谓的持久化上下文(persistence context)有关。 Hibernate的Session 对象就是这个所谓的持久化上下文: 瞬态(transient) 该实例从未与任何持久化上下文关联过。它没有持久化标识(相当于主键值)。...
  • Gradle users: invoke the WildFly Provisioning plugin

    Gradle users: invoke the WildFly Provisioning plugin A note on repositories: The JPA version override Gradle users: invoke the WildFly Provisioning plugin A Gradle plugin is ...