http://www.thinksaas.cn/manual/hibernate/#configuration-optional-cacheproviderweb
3.2算法
目录sql
前言数据库
1. 翻译说明express
2. 版权声明编程
1.1. 前言缓存
1.2. 第一部分 - 第一个Hibernate应用程序安全
1.4. 第三部分 - EventManager web应用程序
2.5. 上下文相关的(Contextual)Session
3.4.2. 外链接抓取(Outer Join Fetching)
3.4.6. Hibernate的统计(statistics)机制
3.8.3. 在JTA环境下使用Current Session context (当前session上下文)管理
4.1.1. 实现一个默认的(即无参数的)构造方法(constructor)
4.1.2. 提供一个标识属性(identifier property)(可选)
4.1.4. 为持久化字段声明访问器(accessors)和是否可变的标志(mutators)(可选)
5. 对象/关系数据库映射基础(Basic O/R Mapping)
5.1. 映射定义(Mapping declaration)
5.1.4.2. 高/低位算法(Hi/Lo Algorithm)
5.1.4.3. UUID算法(UUID Algorithm )
5.1.4.4. 标识字段和序列(Identity columns and Sequences)
5.1.4.5. 程序分配的标识符(Assigned Identifiers)
5.1.4.6. 触发器实现的主键生成器(Primary keys assigned by triggers)
5.1.13. 组件(component), 动态组件(dynamic-component)
5.1.16. 链接的子类(joined-subclass)
5.1.20. 字段和规则元素(column and formula elements)
5.5.2. 使用 JDK 5.0 的注解(Annotation)
5.6. 数据库生成属性(Generated Properties)
5.7. 辅助数据库对象(Auxiliary Database Objects)
6.1. 持久化集合类(Persistent collections)
6.2. 集合映射( Collection mappings )
6.2.1. 集合外键(Collection foreign keys)
6.2.2. 集合元素(Collection elements)
6.2.3. 索引集合类(Indexed collections)
6.2.4. 值集合于多对多关联(Collections of values and many-to-many associations)
6.2.5. 一对多关联(One-to-many Associations)
6.3. 高级集合映射(Advanced collection mappings)
6.3.1. 有序集合(Sorted collections)
6.3.2. 双向关联(Bidirectional associations)
6.3.4. 三重关联(Ternary associations)
7.2. 单向关联(Unidirectional associations)
7.3. 使用链接表的单向关联(Unidirectional associations with join tables)
7.4. 双向关联(Bidirectional associations)
7.4.1. 一对多(one to many) / 多对一(many to one)
7.5. 使用链接表的双向关联(Bidirectional associations with join tables)
7.5.1. 一对多(one to many) /多对一( many to one)
8.2. 在集合中出现的依赖对象 (Collections of dependent objects)
8.3. 组件做为Map的索引(Components as Map indices )
8.4. 组件做为联合标识符(Components as composite identifiers)
8.5. 动态组件 (Dynamic components)
9.1.1. 每一个类分层结构一张表(Table per class hierarchy)
9.1.2. 每一个子类一张表(Table per subclass)
9.1.3. 每一个子类一张表(Table per subclass),使用辨别标志(Discriminator)
9.1.4. 混合使用“每一个类分层结构一张表”和“每一个子类一张表”
9.1.5. 每一个具体类一张表(Table per concrete class)
9.1.6. Table per concrete class, using implicit polymorphism
10.1. Hibernate对象状态(object states)
10.4.1.1. 迭代式获取结果(Iterating results)
10.4.1.6. 可滚动遍历(Scrollable iteration)
10.4.1.7. 外置命名查询(Externalizing named queries)
10.4.3. 条件查询(Criteria queries)
10.11. 传播性持久化(transitive persistence)
11.1. Session和事务范围(transaction scope)
11.1.3. 关注对象标识(Considering object identity)
11.3. 乐观并发控制(Optimistic concurrency control)
11.3.1. 应用程序级别的版本检查(Application version checking)
11.3.3. 脱管对象(deatched object)和自动版本化
11.4. 悲观锁定(Pessimistic Locking)
11.5. 链接释放模式(Connection Release Modes)
12. 拦截器与事件(Interceptors and events)
13.3. StatelessSession (无状态session)接口
13.4. DML(数据操做语言)风格的操做(DML-style operations)
14.3. 关联(Association)与链接(Join)
15.7. 投影(Projections)、聚合(aggregation)和分组(grouping)
15.9. 根据天然标识查询(Queries by natural identifier)
16.1.3. 处理关联和集合类(Handling associations and collections)
16.1.4. 返回多个实体(Returning multiple entities)
16.1.4.1. 别名和属性引用(Alias and property references)
16.1.5. 返回非受管实体(Returning non-managed entities)
16.1.6. 处理继承(Handling inheritance)
16.2.1. 使用return-property来明确地指定字段/别名
16.3. 定制SQL用来create,update和delete
19.1. 抓取策略(Fetching strategies)
19.1.2. 调整抓取策略(Tuning fetch strategies)
19.1.3. 单端关联代理(Single-ended association proxies)
19.1.4. 实例化集合和代理(Initializing collections and proxies)
19.1.5. 使用批量抓取(Using batch fetching)
19.1.6. 使用子查询抓取(Using subselect fetching)
19.1.7. 使用延迟属性抓取(Using lazy property fetching)
19.2. 二级缓存(The Second Level Cache)
19.2.2. 策略:只读缓存(Strategy: read only)
19.2.3. 策略:读/写缓存(Strategy: read/write)
19.2.4. 策略:非严格读/写缓存(Strategy: nonstrict read/write)
19.2.5. 策略:事务缓存(transactional)
19.3. 管理缓存(Managing the caches)
19.5. 理解集合性能(Understanding Collection performance)
19.5.2. Lists, maps 和sets用于更新效率最高
19.5.4. 一次性删除(One shot delete)
19.6. 监测性能(Monitoring performance)
20.1. Schema自动生成(Automatic schema generation)
20.1.1. 对schema定制化(Customizing the schema)
20.1.5. 对schema的增量更新(Incremental schema updates)
20.1.6. 用Ant来增量更新schema(Using Ant for incremental schema updates)
21. 示例:父子关系(Parent Child Relationships)
21.2. 双向的一对多关系(Bidirectional one-to-many)
21.3. 级联生命周期(Cascading lifecycle)
21.4. 级联与未保存值(Cascades and unsaved-value)
23.1. Employer(雇主)/Employee(雇员)
23.3. Customer(客户)/Order(订单)/Product(产品)
23.4.1. "Typed" one-to-one association
23.4.3. 共有组合键属性的多对多(Many-to-many with shared composite key attribute)
23.4.4. Content based discrimination