`

Hibernate 3.0 英文教程

阅读更多

http://www.roseindia.net/hibernate/index.shtml

 

来由是朝着generator:

 

Here are the list of some commonly used generators in hibernate:

Generator Description
increment It generates identifiers of type long, short or int that are unique only when no other process is inserting data into the same table. It should not the used in the clustered environment.
identity It supports identity columns in DB2, MySQL, MS SQL Server, Sybase and HypersonicSQL. The returned identifier is of type long, short or int.
sequence The sequence generator uses a sequence in DB2, PostgreSQL, Oracle, SAP DB, McKoi or a generator in Interbase. The returned identifier is of type long, short or int
hilo The hilo generator uses a hi/lo algorithm to efficiently generate identifiers of type long, short or int, given a table and column (by default hibernate_unique_key and next_hi respectively) as a source of hi values. The hi/lo algorithm generates identifiers that are unique only for a particular database. Do not use this generator with connections enlisted with JTA or with a user-supplied connection.
seqhilo The seqhilo generator uses a hi/lo algorithm to efficiently generate identifiers of type long, short or int, given a named database sequence.
uuid The uuid generator uses a 128-bit UUID algorithm to generate identifiers of type string, unique within a network (the IP address is used). The UUID is encoded as a string of hexadecimal digits of length 32.
guid It uses a database-generated GUID string on MS SQL Server and MySQL.
native It picks identity, sequence or hilo depending upon the capabilities of the underlying database.
assigned lets the application to assign an identifier to the object before save() is called. This is the default strategy if no <generator> element is specified.
select retrieves a primary key assigned by a database trigger by selecting the row by some unique key and retrieving the primary key value.
foreign uses the identifier of another associated object. Usually used in conjunction with a <one-to-one> primary key association.
分享到:
评论

相关推荐

    Spring3.0-MVC_简单自学教程(英文)

    Spring 3.0 MVC系列教程包括以下几个部分: 1. Spring 3.0 MVC框架简介:这部分将介绍Spring MVC的基本概念和架构。 2. 创建Spring 3.0 MVC的"Hello World"应用:通过一个简单的示例,帮助初学者理解如何搭建和运行...

    深入浅出Hibernate

    synchronizer + forum-step2 + ... + hibernate-2.1 &lt;--- Hibernate 2.1.7解压到这里 + bin 确认bin与doc目录就在解压后的hibernate-2.1目录中 + doc + ... + hibernate-3.0 ...

    Struts2入门V3.0.pdf

    本教程“Struts2入门V3.0”旨在引导初学者快速理解并掌握Struts2的核心概念和实践技巧。 1. **Struts2简介** - Struts2是Apache软件基金会下的一个开源项目,它是Struts1的升级版,提供了更强大的功能和更好的性能...

    最新Java电子书.pdf

    "Java完美编程(第三版)"、"ExtJS 2.0实用简明教程"和"struts2+spring2.0+hibernate3.0"覆盖了更多框架和技术。 "Thinking In Java 4th"是Bruce Eckel的另一本杰作,深入解析了Java编程的各个方面。"Spring ...

    java学习阶段所有的API帮助文档

    中文,html5+API中文帮助文档,HTML语言教程,JavaEE6.0_API_帮助文档,JavaEE7-api,JBoss jBPM 3.0,jBPM4.3用户指南,JDK+8.0+EN+API,JDOM_API_帮助文档,JFreeChart+API+文档,jQuery1.3中文参考,JScript 中文...

    EJB 官方文档 参考

    Enterprise JavaBeans(EJB)是Java平台上用于构建可部署在企业级服务器上的分布式应用...对于英语不太熟练的开发者,可以结合翻译工具或中文教程辅助学习。总的来说,EJB官方文档是Java EE开发者不可或缺的参考资料。

    Spring+structs2 中英文参考手册

    "Struts2入门教程.pdf" 和 "Struts2轻松入门V3.0.pdf" 是Struts2的基础教程,它们通常会涵盖Struts2的基本概念、配置文件、Action类、拦截器、结果类型等内容。这些资料适合初学者了解和学习Struts2框架的使用。 **...

    spring 3.1 参考手册 英文

    Spring 3.1 是 Spring 框架的一个重要版本更新,它在 Spring 3.0 的基础上增加了许多新特性和改进,旨在提高开发者的生产力并进一步增强框架的功能性。本篇解读将根据提供的文档内容对 Spring 3.1 版本进行详细的...

    spring3.2的官方文档

    7. 支持Hibernate 4.x:文档还强调了Spring对Hibernate 4.x的支持,使得开发者在使用该ORM框架时能够享受到Spring带来的便利。 8. 测试上下文框架支持:最后,文档提到了为配置注解(@Configura)提供的测试上下文...

    JAVA书目学习

    - **简介**:这本书是Struts2领域的经典之作,虽然暂时没有中文版,但其英文版内容权威。 - **适用人群**:适合有一定英语阅读能力的学习者。 - **《Struts2深入浅出》** - **简介**:本书针对Struts2 2.0.6...

    spring3.0.4说明(英文版)

    - **数据访问/集成**:提供了对各种持久层技术的支持,如JDBC、ORM(Hibernate、JPA等)、NoSQL数据库等。 - **Web模块**:支持Web应用开发,包括MVC框架、Web服务、过滤器等。 - **AOP和Instrumentation**:提供了...

    Packt.Publishing.Seam.2.x.Web.Development.Apr.2009

    1. **集成性**:Seam 2.x 能够与现有的 Java EE 技术无缝集成,如 JSF、EJB 3.0、Hibernate 等。 2. **易于使用**:Seam 通过提供高级组件和工具来简化常见的开发任务,例如表单处理、文件上传等。 3. **灵活性**:...

    springmybatis

    (再加一条,其实大家可以看官方的教程更好些:http://mybatis.github.io/mybatis-3/,而且如果英文不是很好的那就看中文的:http://mybatis.github.io/mybatis-3/zh/sqlmap-xml.html) 写在这个系列前面的话: 以前...

    java面试题以及技巧

    │ Struts+Hibernate+Spring轻量级J2EE企业应用实战.pdf │ Struts中文手册.pdf │ Struts配置文件详解.txt │ 上海税友.txt │ 上海税友软件 面试题.doc │ 公司培训文档-混淆的基本概念.doc │ 基本算法.doc │ ...

    java面试题目与技巧1

    │ Struts+Hibernate+Spring轻量级J2EE企业应用实战.pdf │ Struts中文手册.pdf │ Struts配置文件详解.txt │ 上海税友.txt │ 上海税友软件 面试题.doc │ 公司培训文档-混淆的基本概念.doc │ 基本算法.doc │ ...

    java面试题及技巧4

    │ Struts+Hibernate+Spring轻量级J2EE企业应用实战.pdf │ Struts中文手册.pdf │ Struts配置文件详解.txt │ 上海税友.txt │ 上海税友软件 面试题.doc │ 公司培训文档-混淆的基本概念.doc │ 基本算法.doc │ ...

    java面试题及技巧3

    │ Struts+Hibernate+Spring轻量级J2EE企业应用实战.pdf │ Struts中文手册.pdf │ Struts配置文件详解.txt │ 上海税友.txt │ 上海税友软件 面试题.doc │ 公司培训文档-混淆的基本概念.doc │ 基本算法.doc │ ...

    java面试题以及技巧6

    │ Struts+Hibernate+Spring轻量级J2EE企业应用实战.pdf │ Struts中文手册.pdf │ Struts配置文件详解.txt │ 上海税友.txt │ 上海税友软件 面试题.doc │ 公司培训文档-混淆的基本概念.doc │ 基本算法.doc │ ...

Global site tag (gtag.js) - Google Analytics