Dashboard > Hibernate Annotations Reference > Home > table of contents
Hibernate Annotations Reference Log In   View a printable version of the current page.
table of contents
Added by 菠菜, last edited by 菠菜 on May 13, 2006  (view change)
Labels: 
(None)

Preface
前言
1. Setting up an annotations project
1. 创建一个注解项目
1.1. Requirements
1.1. 系统需求
1.2. Configuration
1.2. 系统配置
2. Entity Beans
2. 实体Bean
2.1. Intro
2.1. 简介
2.2. Mapping with EJB3 Annotations
2.2. 用EJB3注解进行映射
2.2.1. Declaring an entity bean
2.2.1. 声明entity bean
2.2.1.1. Defining the table
2.2.1.1. 定义表格
2.2.1.2. Versioning for optimistic locking
2.2.1.1. 用版本号实现乐观锁定
2.2.2. Mapping simple properties
2.2.2. 映射简单属性
2.2.2.1. Declaring basic property mappings
2.2.2.1. 声明基本的属性映射
2.2.2.2. Declaring column attributes
2.2.2.2. 声明列属性
2.2.2.3. Embedded objects (aka components)
2.2.2.3. 镶入式对象(又名部件)
2.2.2.4. Non-annotated property defaults
2.2.2.4. 无注解之属性的默认值
2.2.3. Mapping identifier properties
2.2.3. 映射主键属性
2.2.4. Mapping inheritance
2.2.4. 映射继承关系
2.2.4.1. Table per class
2.2.4.1. 每类一个表格
2.2.4.2. Single table per class hierarchy
2.2.4.2. 整个继承关系一个表格
2.2.4.3. Joined subclasses
2.2.4.3. 关联子类
2.2.4.4. Inherit properties from superclasses
2.2.4.4. 从母类继承的属性
2.2.5. Mapping entity bean associations/relationships
2.2.5. 映射entity bean的关联关系
2.2.5.1. One-to-one
2.2.5.1. 一对一
2.2.5.2. Many-to-one
2.2.5.2. 多对一
2.2.5.3. Collections
2.2.5.3. 集合类型
2.2.5.4. Transitive persistence with cascading
2.2.5.4. 用cascading实现波及式持久化
2.2.5.5. Association fetching
2.2.5.5. 读取关联关系
2.2.6. Mapping composite primary and foreign keys
2.2.6. 映射复合主键与外键
2.2.7. Mapping secondary tables
2.2.7. 映射二级表格
2.3. Mapping Queries
2.3. 映射查询
2.3.1. Mapping EJBQL/HQL queries
2.3.1. 映射EJBQL/HQL查询
2.3.2. Mapping native queries
2.3.2. 映射本地化查询
2.4. Hibernate Annotation Extensions
2.4. Hibernate独有的注解扩展
2.4.1. Entity
2.4.1. 实体
2.4.2. Identifier
2.4.2. 标示符
2.4.3. Property
2.4.3. 属性
2.4.3.1. Access type
2.4.3.1. 访问类型
2.4.3.2. Formula
2.4.3.2. 公式
2.4.3.3. Type
2.4.3.3. 类型
2.4.3.4. Index
2.4.3.4. 索引
2.4.4. Inheritance
2.4.4. 继承
2.4.5. Single Association related annotations
2.4.5. 关于单个关联关系的注解
2.4.6. Collection related annotations
2.4.6. 关于集合类型的注解
2.4.6.1. Parameter annotations
2.4.6.1. 参数注解
2.4.6.2. Extra collection types
2.4.6.2. 更多的集合类型
2.4.7. Cache
2.4.7. 缓存
2.4.8. Filters
2.4.8. 过滤器
2.4.9. Queries
2.4.9. 查询
3. Hibernate Validator
3. Hibernate验证器
3.1. Constraints
3.1. 约束
3.1.1. What is a constraint?
3.1.1. 什么是约束?
3.1.2. Built in constraints
3.1.2. 内建约束
3.1.3. Error messages
3.1.3. 错误信息
3.1.4. Writing your own constraints
3.1.4. 编写您自己的约束
3.1.5. Annotating your domain model
3.1.5. 注解您的领域模型
3.2. Using the Validator framework
3.2. 使用验证框架
3.2.1. Database schema-level validation
3.2.1. 数据库schema层次验证
3.2.2. Hibernate event-based validation
3.2.2. Hibernate基于事件的验证
3.2.3. Application-level validation
3.2.3. 程序级验证
3.2.4. Validation informations
3.2.4. 验证信息
4. Hibernate Lucene Integration
4. Hibernate与Lucene集成
4.1. Using Lucene to index your entities
4.1. 使用Lucene为实体建立索引
4.1.1. Annotating your domain model
4.1.1. 注解领域模型
4.1.2. Enabling automatic indexing
4.1.2. 启用自动索引

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.1.3 Build:#408 Jan 23, 2006) - Bug/feature request - Contact Administrators