• 大小: 13.93MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-31
  • 语言: 其他
  • 标签:

资源简介

struts2+spring2.5+hibernate3.2 annotation配置完整eclipse项目,带数据库脚本

资源截图

代码片段和文件信息

package org.springside.examples.miniweb.entity;

import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;

/**
 * 统一定义id的entity基类.
 * 
 * @author calvin
 */
@MappedSuperclass
public class IdEntity {

private Long id;

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
public Long getId() {
return id;
}

public void setId(Long id) {
this.id = id;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1225  2008-10-20 11:56  sshTest\.project

     文件      81133  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\easymock-2.4.jar

     文件      63697  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\easymockclassextension-2.4.jar

     文件     120640  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\junit-3.8.2.jar

     文件      97693  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\servlet-api-2.4.jar

     文件     180510  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\spring-test-2.5.5.jar

     文件     443432  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\antlr-2.7.6.jar

     文件       4467  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\aopalliance-1.0.jar

     文件    1567728  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\aspectjweaver-1.6.1.jar

     文件     331716  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\backport-util-concurrent-3.1.jar

     文件     324238  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\cglib-nodep-2.1_3.jar

     文件     231320  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\commons-beanutils-1.8.0.jar

     文件      46725  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\commons-codec-1.3.jar

     文件     575389  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\commons-collections-3.2.1.jar

     文件      57779  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\commons-fileupload-1.2.1.jar

     文件      87776  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\commons-io-1.3.2.jar

     文件     261809  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\commons-lang-2.4.jar

     文件      60686  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\commons-logging-1.1.1.jar

     文件     514328  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\derbyclient-10.4.2.0.jar

     文件     313898  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\dom4j-1.6.1.jar

     文件     264400  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\ehcache-1.5.0.jar

     文件      50583  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\ejb3-persistence-1.0.2.GA.jar

     文件     863477  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\freemarker-2.3.12.jar

     文件     279714  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\hibernate-annotations-3.4.0.GA.jar

     文件      66993  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\hibernate-commons-annotations-3.1.0.GA.jar

     文件    2275530  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\hibernate-core-3.3.1.GA.jar

     文件       7152  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\hibernate-ehcache-3.3.1.GA.jar

     文件     471005  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\javassist-3.4.GA.jar

     文件      16749  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\jcl-over-slf4j-1.5.3.jar

     文件       8277  2008-10-20 11:51  sshTest\WebRoot\WEB-INF\lib\jsr107cache-1.0.jar

............此处省略125个文件信息

评论

共有 条评论