Emmanuel Bernard
fe92f84072
HHH-5337 support for comma-separated multi-files imports
...
hibernate.hbm2ddl.import_files=[filename],[filename2],...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19804 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-23 22:33:00 +00:00
Emmanuel Bernard
5aad112e03
HHH-5337 Allow Customization of DML import file name
...
hibernate.hbm2ddl.import_file=[filename]
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19803 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-23 22:32:15 +00:00
Emmanuel Bernard
ffe92dacfa
HHH-5329 Consider NoClasDefFoundError as a sign of not having Java 5 and concurrent package
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19798 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-23 14:54:25 +00:00
Galder Zamarreno
e7dce75a9f
[HHH-5332] (JndiInfinispanRegionFactory cannot be instantiated) Fixed.
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19784 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-22 23:52:38 +00:00
Strong Liu
03c182e14d
HHH-5323 correct jdbc driver version for testing
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19783 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-22 16:54:54 +00:00
Hardy Ferentschik
41c0622e83
HHH-5149
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19782 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-22 16:36:45 +00:00
Strong Liu
7951998639
HHH-5342 Testes fail on mysql
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19775 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-20 19:55:55 +00:00
Emmanuel Bernard
e6862c0be0
HHH-5319 Add more tests on @OneToMany @JoinTable unidirectional
...
In particular, test delete of the owning object wo the associated objects
and clean up properly after the test.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19766 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-18 16:40:00 +00:00
Hardy Ferentschik
7e9ddb926a
HHH-5318
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19765 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-18 15:40:14 +00:00
Adam Warski
704503eea2
HHH-5288:
...
- applying patch by Erik-Berndt Scheper - thanks!
- Envers auditReader.find() returns wrong data for embedded components using fields with default values
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19750 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-16 18:06:57 +00:00
Hardy Ferentschik
ef90b00b14
HHH-5281 apply @Length ddl constraints (without loading HV classes)
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19747 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-16 10:43:40 +00:00
Hardy Ferentschik
c0e94443b1
HHH-5094 applied some changes as on 3.5 branch
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19740 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-15 14:53:17 +00:00
Gail Badner
6d9c10deab
HHH-5195 : FilterImpl.validate() throws NullPointerException on deserialization
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19730 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-15 02:44:40 +00:00
Gail Badner
3c57a05313
HHH-5195 : FilterImpl.validate() throws NullPointerException on deserialization
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19728 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-15 02:15:54 +00:00
Gail Badner
182ee2f34e
HHH-5195 : FilterImpl.validate() throws NullPointerException on deserialization
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19727 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-15 02:15:05 +00:00
Steve Ebersole
06f9e60a0a
HHH-3579 - Support for PostgreSQL UUID data type
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19726 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-14 18:59:10 +00:00
Hardy Ferentschik
55de9e8e5f
HHH-5149 Updated collection mapping to take annotatons into consideration
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19725 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-14 12:34:32 +00:00
Gail Badner
0fe85c1194
HHH-5220 : Unit tests related to HHH-5063 and HHH-5135 fail on DB2
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19723 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-14 05:19:07 +00:00
Gail Badner
9e6d8be376
HHH-5220 HHH-5231 : Fix unit test failures and DB lockups for SELECT COUNT(DISTINCT arg1, arg2) tests
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19722 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-14 04:27:40 +00:00
Gail Badner
c53359d468
HHH-5251 : NativeSQLQueryReturn impls pre-cache a final hashcode based on non-final fields
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19721 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-13 22:19:34 +00:00
Steve Ebersole
cd304f83cf
HHH-5098 - AssertionFailure thrown when collection contains a parameterized type
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19719 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-11 20:07:05 +00:00
Strong Liu
e630fde1aa
HHH-4036 EntityMetamodel entityNameByInheritenceClassNameMap field used inconsistently
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19717 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-11 18:13:13 +00:00
Strong Liu
1cec58314d
typo in the entitymanager doc
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19716 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-11 16:41:14 +00:00
Emmanuel Bernard
d77d703ebe
HHH-5149 Reorganise sections of basic O/R mappings
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19713 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:22:34 +00:00
Emmanuel Bernard
10fc436d8a
HHH-5149 Add documentation for to one associations sharing primary keys
...
Move shared orthogonal options like lazy / eager fetching to the super section
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19712 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:21:56 +00:00
Emmanuel Bernard
7916197774
HHH-5149 Add documentation for to one associations with foreign key
...
Describe foreign key and association table options.
Describe various configurations like fetch lazy and co.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19711 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:21:22 +00:00
Emmanuel Bernard
74a5e4b405
HHH-5149 fix text not wrapping up in html rendering
...
Was due to a itemizedlist embedded in a para
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19710 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:20:43 +00:00
Emmanuel Bernard
1eaf80e3a9
HHH-5148 add JAVA role to a programlisting
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19709 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:13:06 +00:00
Emmanuel Bernard
b58d3be7dc
HHH-5149 remove typo
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19708 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-10 16:12:27 +00:00
Adam Warski
3766cea7c2
* always adding a nested type mapping, if there are type properties; not only in case of instances of CustomType
...
* simplifying the basic generator because of the new type hierarchy
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19703 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-09 08:52:22 +00:00
Adam Warski
f0df563982
svn merge -r 19697:19698 https://svn.jboss.org/repos/hibernate/core/branches/envers-hibernate-3.3 .
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19699 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-08 07:15:42 +00:00
Strong Liu
e6d7d62bc0
HHH-5294 declare source files encoding to utf-8 to avoid maven warning
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19695 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-05 14:14:58 +00:00
Emmanuel Bernard
e4eed4c7e5
HHH-5286 Add test on scanner with intergration map being null
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19667 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-02 14:50:48 +00:00
Emmanuel Bernard
41bb177619
HHH-5286 Scanner instances can now be passed in the integration map
...
The Scanner builder was only considering the scanner key from the properties
not the integration map and hence never handled instances. Now fixed.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19665 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-02 13:17:23 +00:00
Steve Ebersole
5af328cb4a
HHH-5262 - Allow UserType and CompositeUserType to be registered with BasicTypeRegistry
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19649 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-02 05:15:54 +00:00
Emmanuel Bernard
3dd364c716
HHH-5268 Add documentation for uuid and uuid2 identifier generators
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19648 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-01 23:23:40 +00:00
Steve Ebersole
94f5659503
HHH-3579 - Support for PostgreSQL UUID data type
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19647 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-01 19:16:50 +00:00
Steve Ebersole
7aa8449788
HHH-5268 - Support for java.util.UUID properties/generators
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19646 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-06-01 18:34:12 +00:00
Hardy Ferentschik
41b2416be4
HHH-5233 Fixed implementation for multiple fetch profiles overrides. Cleaned up pom.
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19634 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-31 10:48:08 +00:00
Hardy Ferentschik
087f2b567a
HHH-5204 Aligned the properties of SkipForDialect, RequiresDialect and RequiresDialectFeature
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19627 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-28 14:21:57 +00:00
Hardy Ferentschik
9409685386
HHH-5004 Fixed problems in PropertyContainer and added some more comments. Cleaned up some code in InheritanceState
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19626 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-27 18:44:57 +00:00
Steve Ebersole
cd6cf45eb9
HHH-4868 - Upgrade to Javassist 3.12.0.GA
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19625 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 22:27:27 +00:00
Steve Ebersole
6d01dd07b0
HHH-2268 - Skip bridge methods during getter determination (JDK Bug 5062759)
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19624 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 22:08:33 +00:00
Steve Ebersole
39c75a50c6
HHH-4147 - Eager Bidirectional association with @ManyToOne in PK lead to infinite loop
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19623 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 21:31:54 +00:00
Emmanuel Bernard
3af3e38b53
HHH-5149 mark multiple mapping of the same entity as XML only
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19622 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:22:31 +00:00
Emmanuel Bernard
3c9c1c598f
HHH-5149 Merge doc for generated properties and quoted elements
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19621 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:21:56 +00:00
Emmanuel Bernard
c906bc9780
HHH-5149 remove alternative mapping section
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19620 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:21:22 +00:00
Emmanuel Bernard
89b2659331
HHH-5149 Merge embedded object / component documentations
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19619 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:20:43 +00:00
Emmanuel Bernard
7c5f43737e
HHH-5149 merge natural id documentation
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19618 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:20:08 +00:00
Emmanuel Bernard
d5e59832f2
HHH-5149 Merge <properties> section with annotations own construct
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19617 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-05-26 16:19:35 +00:00