Commit Graph

996 Commits

Author SHA1 Message Date
Steve Ebersole d9372cac89 Remove tutorials from the build for the time being
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17887 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-11-02 16:49:28 +00:00
Steve Ebersole 255b7076b8 HHH-4202 - Implement JPA 2.0 metamodel APIs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17886 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-11-02 16:46:17 +00:00
Emmanuel Bernard 2dc911855b HHH-4537 Add support for MappedSuperclassType Members in JPA 2
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17883 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-30 13:00:07 +00:00
Steve Ebersole e759809c35 HHH-4532 - Unit Tests in test/idgen/enhanced/forcedtable need update
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17880 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-29 20:44:57 +00:00
Emmanuel Bernard fb9bdb7f38 HHH-4533 Populate the JPA 2 metamodel with the new mapping.MappedSuperclass metadata
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17879 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-29 18:57:24 +00:00
Hardy Ferentschik fceda002d0 Removed link to issue tracker. Defined in parent
Updated BV version

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17878 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-29 17:22:00 +00:00
Hardy Ferentschik 2a60faba25 HHH-1724 updated test which expected an Integer instead of Long as row count
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17877 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-29 13:55:33 +00:00
Adam Warski 37dc5e05ba Removing disabling of metamodel generation in tests after it's been fixed in EM.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17875 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-29 07:23:12 +00:00
Steve Ebersole db08dbf46b HHH-1724 - Critieria needs to be aligned with new aggreation type rules
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17874 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-29 02:07:40 +00:00
Emmanuel Bernard 1352b5e25f HHH-4533 move metamodel storage to Hibernate Core
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17873 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-29 00:36:07 +00:00
Emmanuel Bernard f795bd31e4 HHH-4533 move metamodel storage to Hibernate Core
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17872 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-29 00:13:24 +00:00
Emmanuel Bernard c7c6981a55 HHH-4533 add representation for @MappedSuperclass in the Hibernate Core metamodel and properly populate this model extension in Hibernate Annotations
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17871 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-28 18:14:25 +00:00
Gail Badner 5cc638576f HHH-4202 : Fix to only build an EntityType for PersistentClasses with a mapped class
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17870 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-28 18:03:10 +00:00
Steve Ebersole 6d5de2b0af HHH-1480 - JOIN precendence rules per SQL-99
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17869 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-28 16:54:00 +00:00
Steve Ebersole 260e2f2022 HHH-1012 - Index not created by SchemaUpdate
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17868 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-28 16:05:29 +00:00
Steve Ebersole 9909f9ce72 HHH-3972 - Adding FETCH FIRST and OFFSET support to DerbyDialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17867 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-28 15:49:36 +00:00
Sharath Reddy a1e8d7cb0d HHH-4332 Filters for MappedSuperClass
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17859 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-28 10:57:21 +00:00
Adam Warski 356063a33f HHH-4488:
- applying patch (making collection proxy serializable) + test

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17853 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-27 19:58:19 +00:00
Adam Warski 2f7092c17c Diabling generation of the metamodel for tests as the generation breaks them
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17852 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-27 19:53:14 +00:00
Steve Ebersole e229d0171a HHH-4202 - Implement JPA 2.0 metamodel APIs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17850 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-27 18:49:25 +00:00
Hardy Ferentschik 2176af1144 HHH-4528 - Applied patch (with minor cleanup)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17849 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-27 15:05:44 +00:00
Hardy Ferentschik f8fef6c6c1 HHH-4530
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17847 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-27 09:39:38 +00:00
Hardy Ferentschik d9c931eb2f HHH-4530
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17846 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-27 09:36:55 +00:00
Steve Ebersole 5c195024b9 HHH-4203 - Implement JPA 2.0 criteria apis (compiling)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17845 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-26 18:35:29 +00:00
Steve Ebersole d74037756e HHH-4202 - Implement JPA 2.0 metamodel APIs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17843 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-26 17:04:59 +00:00
Steve Ebersole 9fb2cb6d15 HHH-4202 - Implement JPA 2.0 metamodel APIs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17837 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-26 05:26:51 +00:00
Steve Ebersole b687bbeb9b HHH-4202 - Implement JPA 2.0 metamodel APIs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17836 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-26 05:23:40 +00:00
Steve Ebersole 3a0b72d59f HHH-4526 - Add better metainf information to the hibernate all jar gennerated for dist
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17835 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-25 19:19:48 +00:00
Steve Ebersole 2bd4b91943 HHH-4525 - Trunk is not including the newly added modules to the distribution bundle
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17834 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-25 19:11:38 +00:00
Steve Ebersole ae5984141d HHH-4442 : sybase dialects and dialect factory
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17832 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-25 18:23:36 +00:00
Steve Ebersole 9a1a95b2a2 HHH-4203 - Implement JPA 2.0 criteria apis (compiling)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17830 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-24 21:37:27 +00:00
Sharath Reddy b61332b10b HHH-4288 Filters on collections are ignored
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17829 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-23 17:07:50 +00:00
Hardy Ferentschik 322de42a1f HHH-4523 - made the bundles use the filtered connection settings
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17827 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-23 14:32:18 +00:00
Hardy Ferentschik 806f3f184c HHH-4523 restructured the test resources
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17826 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-23 13:48:18 +00:00
Emmanuel Bernard 61e225e2c5 better log
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17825 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-23 13:33:58 +00:00
Hardy Ferentschik ecdc192ca4 HHH-4522
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17824 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-23 12:39:54 +00:00
Steve Ebersole 30dba20ce4 HHH-4442 - Change StandardDialectResolver to use SybaseASE15Dialect over deprecated SybaseDialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17823 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-23 05:08:40 +00:00
Steve Ebersole 9e76e1b184 HHH-4443 : generic handling of any Hibernate type for post-insert generated identifiers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17822 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-22 21:22:46 +00:00
Steve Ebersole cb34e79283 HHH-4440 : column-level read/write fragment support
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17821 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-22 20:02:10 +00:00
Hardy Ferentschik d14de01220 HHH-4516
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17820 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-22 16:45:01 +00:00
Hardy Ferentschik 1a4b12967a changed the dependecy definitions for the postgres profiles. 'jdbc3' is in the postgres sense no classifier. Or if i is they don't package the driver in the right way for maven
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17819 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-22 12:04:02 +00:00
Hardy Ferentschik 11a87b6965 HHH-4513
Made sure hibernate.validator.apply_to_ddl property is honored
Also changed BeanValidationGroupsTest to work against other databases than HSQLDB

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17818 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-22 11:10:31 +00:00
Sharath Reddy 85792a42d2 HHH-4473 Create documentation to explain the usage of the new 'defaultForType' attribute of the TypeDef annotation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17817 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-22 10:02:12 +00:00
Sharath Reddy d26c002258 HHH-4512 TypeDef annotation should support both 'name' and 'defaultForType' attributes
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17814 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-21 17:16:57 +00:00
Hardy Ferentschik 00fbf234e1 HHH-4203
Added the annotation processor to the EM build to generate static entity model classes

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17808 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-20 17:33:40 +00:00
Hardy Ferentschik 52c0d41f83 fixed some typos
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17807 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-20 17:31:02 +00:00
Juraci Krohling a875b19af1 HHH-4508 - Fixed 'avalable' typo
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17805 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-20 14:21:52 +00:00
Galder Zamarreno 95d4af906e Do not hardcode marshaller and version. Stick to defaults.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17799 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-19 16:48:53 +00:00
Strong Liu 71d0acb6b0 HHH-4503 Sybase - Annotations - unit tests using LOBs fail
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17796 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-19 15:44:44 +00:00
Juraci Krohling dba93d5753 HHH-4502 - Moved database profiles to parent/pom.xml and updated to use latest available resources in the lab
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17795 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-19 14:16:26 +00:00