Commit Graph

2287 Commits

Author SHA1 Message Date
Steve Ebersole f476da02ee HHH-5616 - Switch to Gradle for builds 2010-10-11 14:41:48 -05:00
Steve Ebersole 5d12ea8287 HHH-5616 - Switch to Gradle for builds 2010-10-11 14:41:47 -05:00
Steve Ebersole 737ab3b672 HHH-5616 - Switch to Gradle for builds ... working hibernate-core 2010-10-11 14:41:47 -05:00
Steve Ebersole 93bc4272df HHH-5616 - Switch to Gradle for builds 2010-10-11 14:41:47 -05:00
Steve Ebersole 34c2839dcc HHH-5616 - Switch to Gradle for builds 2010-10-11 14:41:47 -05:00
Gail Badner 0bfe7869e4 HHH-5638 HHH-5639 HHH-5640 : Import DialectFactory. DialectResolver, ConnectionProvider, and JDBC batching services 2010-10-11 11:51:23 -07:00
Steve Ebersole 1f5c6f9578 HHH-5632 - Import initial services work 2010-10-08 18:01:45 -05:00
Steve Ebersole bf51fb9a1a HHH-5632 - Import initial services work 2010-10-08 16:36:51 -05:00
Steve Ebersole a8a9d24e77 HHH-5632 - Import initial services work 2010-10-08 16:19:05 -05:00
Steve Ebersole 8828661731 HHH-5632 - Import initial services work 2010-10-08 16:19:05 -05:00
Steve Ebersole 03c004bd13 HHH-5632 - Import initial services work 2010-10-08 16:19:05 -05:00
Steve Ebersole 1a522bb968 HHH-5632 - Import initial services work 2010-10-08 16:19:05 -05:00
Steve Ebersole e3e5df4d2e HHH-5632 - Import initial services work 2010-10-08 16:19:04 -05:00
Steve Ebersole 7627ad2718 HHH-5632 - Import initial services work 2010-10-08 16:11:41 -05:00
Steve Ebersole a316a8a501 HHH-5623 - Baseline on JDK 1.6 2010-10-08 15:36:02 -05:00
Steve Ebersole 7b521af146 Merge branch 'master' of github.com:hibernate/hibernate-core into HHH-5623 2010-10-08 14:42:26 -05:00
Steve Ebersole 794d07f564 HHH-5623 - Baseline on JDK 1.6 2010-10-08 13:40:21 -05:00
Steve Ebersole 28a6acdcda HHH-5623 - Baseline on JDK 1.6 2010-10-07 16:46:49 -05:00
Gail Badner 3acb59af23 Merge remote branch 'upstream/master' 2010-10-07 14:06:25 -07:00
Gail Badner dc00c4dcde HHH-5163 : ClassCastException caching results using ResultTransformer 2010-10-07 13:36:24 -07:00
Steve Ebersole 1d8c9f5d6c HHH-5634 - Clean up stuff no longer needed 2010-10-07 14:55:40 -05:00
Steve Ebersole 3ab5f48b0a HHH-5617 - Migrate to Git for source control 2010-10-07 14:30:54 -05:00
Steve Ebersole 47eace5163 HHH-5629 - Inconsistent consistency checks for entities already found in session
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20780 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-10-06 17:39:33 +00:00
Erik-Berndt Scheper 6c6e6ab193 HHH-5371 Support revend timestamp to enable audit table partioning by time
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20775 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-10-04 18:11:33 +00:00
Erik-Berndt Scheper dbe30fc518 fixed envers build (broken since rev 20760)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20774 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-10-04 14:52:19 +00:00
Emmanuel Bernard 59ec34d5b6 HHH-5578 fix incorrect use of JDK 6
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20772 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-10-04 14:05:41 +00:00
Emmanuel Bernard e2f6b83754 HHH-5578 centralize specj property discovery
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20769 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-10-04 09:46:17 +00:00
Emmanuel Bernard c21ea5e3e1 HHH-5578 implement a cleaner version of getPropertyOverriddenByMapperOrMapsId in the SpecJ case
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20768 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-10-04 09:45:41 +00:00
Emmanuel Bernard 3b3c8bc923 HHH-5578 Support SpecJ's proprietary syntax
Generalize the fix a bit
Clean some more style issues
Fix issues related to the atomicity test
  fixed setting proper value on property marked as many-to-one-key
  fixed parsing bug, now it shouldnt affect other many-to-one in the same entity
  fixed annotation check on many-to-one property

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20767 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-10-04 09:45:09 +00:00
Emmanuel Bernard 3684576124 HHH-5578 Add support for SpecJ's proprietary syntax
Initial patch by Stale
Uses a specific property to activate
Fix a couple of test issues (The test made change on an unmanaged object wo reattaching it)
Fix some code style issues
Add TODOs for a proper solution
Use the correct PropertyData
  Populate the metamodel with the PropertyData
  corresponding to the @ToOne instead of reusing the
  PropertyData from the @Id property

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20766 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-10-04 09:44:12 +00:00
Steve Ebersole e1cea7d8e1 HHH-5609 - Move SessionImplementor#wasInsertedDuringTransaction to PersistenceContext
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20760 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-30 17:47:19 +00:00
Steve Ebersole 747076abb1 HHH-5606 - Incorrect standard type regsitrations to date/time
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20759 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-30 15:18:21 +00:00
Steve Ebersole 066ea8d667 HHH-5607 - Add derby profile
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20758 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-30 13:15:55 +00:00
Hardy Ferentschik 2a7be6d0d1 Fixed typo in string null check of project name. -z instead of -Z
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20756 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-30 08:49:21 +00:00
Gail Badner f3eb7978fd update changelog.txt for 3.6.0.CR2
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20754 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 21:23:58 +00:00
Steve Ebersole 4b84e848dd Updating pom versions to /home/steve/projects/hibernate/core/trunk for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20753 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 20:56:44 +00:00
Steve Ebersole 909ff003bd Updating pom versions to /home/steve/projects/hibernate/core/trunk for release tagging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20751 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 20:55:58 +00:00
Hardy Ferentschik d4f8eddc1a HHH-5190 added documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20750 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 12:50:23 +00:00
Hardy Ferentschik bf7607e244 HHH-5190 - Introduced new annotation @DiscriminatorOptions and deprecated @ForceDiscriminator
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20749 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 10:45:08 +00:00
Emmanuel Bernard 4e2887c0c0 HHH-4510 Rename @ReadWriteExpression to @ColumnTransformer
It relates to the ResultTransformer we have but at the column level

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20748 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 09:44:15 +00:00
Emmanuel Bernard 6a14aeeba7 HHH-4510 Fix bug where explicit @Column would not match @ReadWriteExpresion with empty forColumn
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20747 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 09:42:52 +00:00
Emmanuel Bernard 768088881b HHH-4510 Allow forColumn to be left if a property has a single column
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20746 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-29 09:12:51 +00:00
Erik-Berndt Scheper 558d9469e0 HHH5371 - Rollback until after 3.6.0 release as per Adam's request via IM
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20745 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 23:50:53 +00:00
Erik-Berndt Scheper b258e58e69 HHH-5371 - Add support for REVEND_TSTMP which will enable audit table partitioning
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20744 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 22:24:09 +00:00
Erik-Berndt Scheper 8f8e0fbfe2 HHH-5371 - Add support for REVEND_TSTMP which will enable audit table partitioning
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20743 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 22:23:04 +00:00
Hardy Ferentschik 5fc7e88533 HHH-5205 Updated documentation about @Source
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20742 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 16:39:06 +00:00
Hardy Ferentschik 7419fc298d HHH-5205 - Renamed BinderHelper.isDefault() to BinderHelper.isEmptyAnnotationValue() , because this describes better what the function does. Also renamed VersionTest to OptimisitcLockAnnotationTest to better describe what gets tested.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20741 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 16:32:26 +00:00
Hardy Ferentschik e14f58de29 HHH-5205 - Added @Source and emum SourceType, fixed implementation and added a test
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20740 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-28 16:28:30 +00:00
Emmanuel Bernard 7d167768d2 HHH-4510 Merge @ReadExpression and @WriteExpression in @ReadWriteExpression
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20729 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-27 22:09:02 +00:00
Emmanuel Bernard 51bf38d4b0 HHH-4510 Add support for column-levle custom read/write expression
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20728 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-09-27 22:07:44 +00:00