Steve Ebersole
|
07ae68ff98
|
HHH-4545 - Allow o.h.action.Executable to register for either (or both) before or after transaction completion callbacks
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17914 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-04 21:21:36 +00:00 |
Steve Ebersole
|
9c74610a9d
|
HHH-4545 - Allow o.h.action.Executable to register for either (or both) before or after transaction completion callbacks
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17913 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-04 21:19:21 +00:00 |
Adam Warski
|
ecaf3990b8
|
Removing the org.jboss compatibility classes
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17912 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-04 18:40:13 +00:00 |
Emmanuel Bernard
|
66610a567c
|
HHH-4542 read the collection type from the member rather than the expected Hibernate collection type
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17901 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-03 17:19:57 +00:00 |
Steve Ebersole
|
ab26c15c32
|
Generate and install/deploy source jars
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17898 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-03 05:13:23 +00:00 |
Steve Ebersole
|
f88c502e95
|
Bind assembly building to deploy phase
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17897 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-03 05:12:40 +00:00 |
Steve Ebersole
|
d8f6d41a4b
|
account for inconsistencies in the annotation processoer
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17894 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-02 22:09:31 +00:00 |
Steve Ebersole
|
5ecfeb5cb8
|
prep 3.5.0-Beta-2 by hand because maven rocks
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17892 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-02 18:20:40 +00:00 |
Steve Ebersole
|
c42e871b95
|
prep 3.5.0-Beta-2 by hand because maven rocks
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17890 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-02 18:09:43 +00:00 |
Steve Ebersole
|
9f0cf7f170
|
prep 3.5.0-Beta-2
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17889 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-02 17:15:23 +00:00 |
Steve Ebersole
|
ed2371b802
|
remove stray character
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17888 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-02 16:52:02 +00:00 |
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 |