hibernate-release-4.2.4.Final

所属分类:WEB开发
开发工具:Java
文件大小:72572KB
下载次数:12
上传日期:2017-08-20 16:33:56
上 传 者211
说明:  hibernate-release-4.2.4.Final.zip

文件列表:
hibernate-release-4.2.4.Final (0, 2013-08-07)
hibernate-release-4.2.4.Final\lgpl.txt (26428, 2013-03-22)
hibernate-release-4.2.4.Final\changelog.txt (314966, 2013-08-07)
hibernate-release-4.2.4.Final\hibernate_logo.gif (1456, 2013-03-22)
hibernate-release-4.2.4.Final\lib (0, 2013-08-07)
hibernate-release-4.2.4.Final\lib\required (0, 2013-08-07)
hibernate-release-4.2.4.Final\lib\required\antlr-2.7.7.jar (445288, 2012-10-31)
hibernate-release-4.2.4.Final\lib\required\jboss-logging-3.1.0.GA.jar (60768, 2012-10-31)
hibernate-release-4.2.4.Final\lib\required\jboss-transaction-api_1.1_spec-1.0.1.Final.jar (25215, 2013-03-27)
hibernate-release-4.2.4.Final\lib\required\dom4j-1.6.1.jar (313898, 2012-10-31)
hibernate-release-4.2.4.Final\lib\required\hibernate-commons-annotations-4.0.2.Final.jar (81830, 2013-05-16)
hibernate-release-4.2.4.Final\lib\required\hibernate-jpa-2.0-api-1.0.1.Final.jar (102661, 2012-10-31)
hibernate-release-4.2.4.Final\lib\required\javassist-3.15.0-GA.jar (648253, 2012-10-31)
hibernate-release-4.2.4.Final\lib\required\hibernate-core-4.2.4.Final.jar (4623753, 2013-08-07)
hibernate-release-4.2.4.Final\lib\jpa (0, 2013-08-07)
hibernate-release-4.2.4.Final\lib\jpa\hibernate-entitymanager-4.2.4.Final.jar (484723, 2013-08-07)
hibernate-release-4.2.4.Final\lib\envers (0, 2013-08-07)
hibernate-release-4.2.4.Final\lib\envers\hibernate-envers-4.2.4.Final.jar (412836, 2013-08-07)
hibernate-release-4.2.4.Final\lib\osgi (0, 2013-08-07)
hibernate-release-4.2.4.Final\lib\osgi\hibernate-osgi-4.2.4.Final.jar (14897, 2013-08-07)
hibernate-release-4.2.4.Final\lib\osgi\org.osgi.core-4.3.1.jar (349985, 2013-04-25)
hibernate-release-4.2.4.Final\lib\optional (0, 2013-08-07)
hibernate-release-4.2.4.Final\lib\optional\c3p0 (0, 2013-08-07)
hibernate-release-4.2.4.Final\lib\optional\c3p0\hibernate-c3p0-4.2.4.Final.jar (42757, 2013-08-07)
hibernate-release-4.2.4.Final\lib\optional\c3p0\c3p0-0.9.2.1.jar (423876, 2013-07-03)
hibernate-release-4.2.4.Final\lib\optional\c3p0\mchange-commons-java-0.2.3.4.jar (581295, 2013-07-03)
hibernate-release-4.2.4.Final\lib\optional\proxool (0, 2013-08-07)
hibernate-release-4.2.4.Final\lib\optional\proxool\hibernate-proxool-4.2.4.Final.jar (42301, 2013-08-07)
hibernate-release-4.2.4.Final\lib\optional\proxool\proxool-0.8.3.jar (475943, 2012-11-01)
hibernate-release-4.2.4.Final\lib\optional\ehcache (0, 2013-08-07)
hibernate-release-4.2.4.Final\lib\optional\ehcache\hibernate-ehcache-4.2.4.Final.jar (137982, 2013-08-07)
hibernate-release-4.2.4.Final\lib\optional\ehcache\ehcache-core-2.4.3.jar (1006424, 2012-11-01)
hibernate-release-4.2.4.Final\lib\optional\ehcache\slf4j-api-1.6.1.jar (25496, 2012-10-31)
hibernate-release-4.2.4.Final\lib\optional\infinispan (0, 2013-08-07)
hibernate-release-4.2.4.Final\lib\optional\infinispan\hibernate-infinispan-4.2.4.Final.jar (58467, 2013-08-07)
hibernate-release-4.2.4.Final\lib\optional\infinispan\hibernate-infinispan-4.2.4.Final-tests.jar (308909, 2013-08-07)
hibernate-release-4.2.4.Final\lib\optional\infinispan\infinispan-core-5.2.0.Beta3.jar (2419822, 2012-11-01)
hibernate-release-4.2.4.Final\lib\optional\infinispan\rhq-pluginAnnotations-3.0.4.jar (7616, 2012-11-01)
hibernate-release-4.2.4.Final\lib\optional\infinispan\jboss-logging-3.1.1.GA.jar (60796, 2012-11-01)
hibernate-release-4.2.4.Final\lib\optional\infinispan\jgroups-3.2.0.CR1.jar (1982154, 2012-11-01)
... ...

How to build ============ *Starting with development of version 4.0, Hibernate uses [Gradle](http://gradle.org) as its build tool.* This README describes some of the basics developers and contributors new to Gradle need to know to get productive quickly. Quickstart ---------- git clone git://github.com/hibernate/hibernate-orm.git cd hibernate-orm ./gradlew clean build If you are having problems with unresolved dependencies you need to configure access to the JBoss Nexus repository (see below). Resources --------- ### General * [Building Hibernate ORM](https://community.jboss.org/wiki/BuildingHibernateORM4x) ### JBoss Nexus * [JBoss Nexus User Guide](http://community.jboss.org/wiki/MavenGettingStarted-Users) - explains how to set up _~/.m2/settings.xml_ to use JBoss Nexus repo. ### Gradle * [Gradle User Guide](http://gradle.org/docs/current/userguide/userguide_single.html) * [Gradle DSL Guide](http://gradle.org/docs/current/dsl/index.html) Executing Tasks --------------- Gradle uses the concept of build tasks (equivalent to Ant targets). You can get a list of available tasks via gradle tasks or using gradle wrapper ./gradlew tasks ### Executing Tasks Across All Modules To execute a task across all modules, simply perform that task from the root directory. Gradle will visit each subproject and execute that task if the subproject defines it. ### Executing Tasks In Specific Module To execute a task in a specific module you can either: 1. `cd` into that module directory and execute the task 2. name the "task path". For example, in order to run the tests for the _hibernate-core_ module from the root directory you could say `gradle hibernate-core:test` ### Common Java related tasks * _build_ - Assembles (jars) and tests this project * _buildDependents_ - Assembles and tests this project and all projects that depend on it. So think of running this in hibernnate-entitymanager, Gradle would assemble and test hibernate-entitymanager as well as hibernate-envers (because envers depends on entitymanager) * _classes_ - Compiles the main classes * _testClasses_ - Compiles the test classes * _jar_ - Generates a jar archive with all the compiled classes * _test_ - Runs the tests * _uploadArchives_ - Think Maven deploy * _install_ - Installs the project jar to your local maven cache (aka ~/.m2/repository) * _eclipse_ - Generates an Eclipse project * _idea_ - Generates an IntelliJ/IDEA project. * _clean_ - Cleans the build directory

近期下载者

相关文件


收藏者