Commit Graph

2073 Commits

Author SHA1 Message Date
Svyatoslav Reyentenko 350801542c Moved hbm.xml -> annotations. 2010-12-06 23:44:14 +03:00
Svyatoslav Reyentenko e1f8b5e5f2 Tests are slightly changed to do more work 2010-12-02 23:58:58 +03:00
Svyatoslav Reyentenko 3091bbda15 [#HHH-5756] Ignore collection changes if no revision on collection change is set 2010-12-02 03:34:10 +03:00
Svyatoslav Reyentenko 387faed855 Test for creating revision on collection change 2010-12-02 03:07:03 +03:00
Erik-Berndt Scheper 2667bb4d72 HHH-5371 - Document sql table partitioning for audit tables 2010-11-24 13:08:29 +01:00
Erik-Berndt Scheper 49b3464f64 HHH-5625 - Update Envers manual to reflect experimental status of ValidityAuditStrategy 2010-11-23 16:20:13 +01:00
Steve Ebersole 8b61c59aac HHH-5709 - JPA Metamodel: EntityType.getName != @Entity.name 2010-11-11 15:20:00 -06:00
Hardy Ferentschik d85da2b66f Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6 2010-11-11 18:34:39 +01:00
Hardy Ferentschik 5aed178b35 HV-361 Taking into account that applyDDL can be called multiple times. Adding comment that @Range annotation is automatically taken care of, because it is a composing constraint of @Min and @Max 2010-11-11 18:17:49 +01:00
Hardy Ferentschik 2fdf808799 HV-361 Adding test for @Range constraint 2010-11-11 18:17:22 +01:00
Hardy Ferentschik f569021003 HV-361 Adding test entity for @Range constraint 2010-11-11 18:16:28 +01:00
Hardy Ferentschik 42977edf46 HV-361 Making sure that multiple column checks are properly added 2010-11-11 18:11:20 +01:00
Hardy Ferentschik 544312930a HV-361 Changing existing tests to use @RequiresDialect(DialectChecks.SupportColumnCheck) 2010-11-11 18:11:06 +01:00
Hardy Ferentschik 03ae37f2cc HV-361 Formatting and adding/updating copyrights 2010-11-11 18:08:18 +01:00
adamw b775430385 Merge branch '3.6' of https://github.com/nandina/hibernate-core into 3.6 2010-11-11 14:37:19 +01:00
Strong Liu 29926d6d5c HHH-5727 fix the bad commit 2010-11-11 19:21:02 +08:00
Strong Liu 1a43593c86 HHH-5727 Collection member declaration not handling optional AS in HQL. 2010-11-11 19:10:58 +08:00
Strong Liu 35c9b55625 HHH-5715 revert to default hibernate.properteis 2010-11-10 23:02:11 +08:00
nandina e160ae4fd3 Added comments for changes of HHH-5686 2010-11-10 17:11:22 +05:30
Emmanuel Bernard 370178e992 HHH-5724 display the constraint failures on Bean Validation exception 2010-11-10 12:26:36 +01:00
Strong Liu 46fda6ddf0 Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6 2010-11-10 12:03:04 +08:00
Strong Liu ec34519070 HHH-5715 Using row_number with the SQLServerDialect makes select distinct useless 2010-11-10 12:02:26 +08:00
Emmanuel Bernard 60ace39103 HHH-5705 fix typo 2010-11-06 18:42:01 +01:00
Emmanuel Bernard ad83b6c0fc HHH-5705 fix typo in query 2010-11-06 18:41:53 +01:00
Emmanuel Bernard df5b098dee HHH-5701 copy .gitignore from master as it is cleaner 2010-11-06 18:22:48 +01:00
nandina dd46e577b0 Fix for HHH-5686
Changed the generation of HQL query for one to many relations from "select new list(r) from Relation r" to "select r from Relation r".
2010-11-04 17:20:39 +05:30
Strong Liu c97083b322 HHH-2655 ROW_NUMBER for Paging 2010-11-02 20:37:00 +08:00
Strong Liu 14e0184135 Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6 2010-11-02 14:04:58 +08:00
Strong Liu 0ff8448079 HHH-5710 incorrect test logic of org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest 2010-11-02 13:56:18 +08:00
Steve Ebersole e18d5b9451 HHH-5706 - Incorrect accounting for 1-based LOB offsets 2010-11-01 15:33:35 -05:00
Strong Liu a6157d04d5 update javadoc 2010-11-02 00:27:44 +08:00
Strong Liu 72526ca5e7 HHH-2655: make use of the ROW_NUMBER function 2010-11-01 13:00:45 +08:00
Strong Liu e9ad3bf713 HHH-3873 DB2Dialect.getLimitString raise DB2 error message when called with limit=0 2010-10-28 16:59:37 +08:00
Julien HENRY c66026e3f3 Fixed warnings reported by Maven 3. 2010-10-26 22:44:37 +02:00
Strong Liu e980f6a1c0 HHH-5168 DB2Dialect generates CROSS JOINs which aren't supported 2010-10-26 15:16:49 +08:00
adamw 97d3f84180 Fix for HHH-4646 and HHH-5177: removing unneeded addPropertiesFromClassRec method 2010-10-21 15:59:03 +02:00
adamw b274c7218b Merge branch '3.6' of http://github.com/hernanch/hibernate-core into hernanch-3.6 2010-10-20 15:24:54 +02:00
Hernán Chanfreau 4e886b2d0c Fix for HHH-4646 and HHH-5177
Adding tests cases:
- MappedSuperclass audited at class level with a NotAuditedSubclass and:
	- Audited subclass at class level
	- Audited subclass at method/field level
- MappedSuperclass audited at method/field level with a NotAuditedSubclass and:
	- Audited subclass at class level
	- Audited subclass at method/field level
2010-10-19 13:39:18 -03:00
Hernán Chanfreau 938baa279d Fix for HHH-4646 and HHH-5177
- Read audited properties from subclasses first, then check recursively on superclasses.
- Chech on superclasses only if a class is audited
- Calculate if the "current" class of the recursion is audited at class level.
- Created ComponentAuditedPropertiesReader subclass for AuditedPropertiesReader to use for reading component audited properties inside classes
- Created a protected method in AuditedPropertiesReader, letting the subclass do their job.
- Ordered the code to be more understandable.
2010-10-19 13:34:37 -03:00
Hernán Chanfreau d05f2d8084 Fix for HHH-4646 and HHH-5177
added methods isEmpty() and contains(key)
2010-10-19 13:27:17 -03:00
Hernán Chanfreau b5dcff0caf HHH-4646 and HHH-5177
Deleting obsolete tests
2010-10-19 13:08:29 -03:00
Galder Zamarreño 832e4f71e1 [HHH-5599] (NPE occurs when using Infinispan as L2 Cache) Merged from trunk. 2010-10-19 10:13:19 +02:00
Steve Ebersole 88f1bbd3ca Updating pom versions to 3.6.1-SNAPSHOT 2010-10-13 15:44:12 -05:00
Steve Ebersole 9aed0daf4d Updating pom versions to 3.6.0.Final 2010-10-13 15:44:12 -05:00
Hardy Ferentschik 40d52840d6 HHH-5646 2010-10-12 16:19:42 +02:00
Hardy Ferentschik 95a529ae32 HHH-5646 Changed the push commands 2010-10-12 16:01:38 +02:00
Hardy Ferentschik cb538ea95f HHH-5646 Added a final git push 2010-10-12 14:30:16 +02:00
Hardy Ferentschik 6afe26922a HHH-5646 Improved error handling and logging 2010-10-12 14:18:49 +02:00
Hardy Ferentschik e316921a75 HHH-5646 add the '-a' option to the commit 2010-10-12 14:00:01 +02:00
Hardy Ferentschik 7e94415095 HHH-5646 use 'HEAD' for eporting 2010-10-12 13:56:06 +02:00