Steve Ebersole
|
6b9e796074
|
HHH-4553 - Hibernate doesn't support official JPA2 escape char for table name
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18158 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-12-08 13:14:47 +00:00 |
Scott Marlow
|
ceaea5a2a3
|
HHH-4546 add JPA 2.0 locking. Introduce LockOptions as the wrapper and session.buildLockRequest() (replaces session.lock()).
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18053 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-24 23:59:50 +00:00 |
Emmanuel Bernard
|
07c5967f46
|
HHH-4604 IllegalArgumentException should be raised when an ordinal parameter is not present in the query
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18029 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-24 09:39:08 +00:00 |
Scott Marlow
|
35ca4c3563
|
HHH-4546 add JPA 2.0 locking. Still need more LockRequest support in AbstractEntityPersister.getAppropriateLoader(), may need to refactor.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18016 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-20 14:51:13 +00:00 |
Steve Ebersole
|
a3d1a3c59f
|
HHH-4586 - Jpa2.0 Criteria API lower function missing parameter
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18008 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-19 01:34:35 +00:00 |
Steve Ebersole
|
7587c09f00
|
HHH-4581 - Embedded objects in criteria API does not work
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18007 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-18 22:13:03 +00:00 |
Steve Ebersole
|
085c6c9e9e
|
HHH-4584 - Query Language needs to support joins on embedded values
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18006 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-18 21:02:19 +00:00 |
Steve Ebersole
|
49d529bad8
|
HHH-4567 - EntiytManager's QueryImpl mishandles ordinal position of HQL-style positional parameters
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17961 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-11 22:20:48 +00:00 |
Scott Marlow
|
d82c1e859b
|
HHH-4546 - add JPA 2.0 locking
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17944 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-06 13:59:37 +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
|
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
|
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 |
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 |
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
|
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
|
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 |
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
|
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 |
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 |
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 |
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
|
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 |
Steve Ebersole
|
ca85991589
|
Update jpa-api to 2.0-cr-1
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17773 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-10-16 01:02:14 +00:00 |
Steve Ebersole
|
694a694d5d
|
HHH-4203 - Implement JPA 2.0 criteria apis (compiling)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17772 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-10-16 00:50:22 +00:00 |
Steve Ebersole
|
bbe65a9be4
|
Update jpa-api to 2.0-cr-1
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17768 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-10-15 18:50:41 +00:00 |
Strong Liu
|
74e72fb756
|
JBPAPP-2862 CLONE -Sybase - EntityManager - unit tests using LOBs fail
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17762 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-10-15 03:12:54 +00:00 |
Emmanuel Bernard
|
f108c4af92
|
HHH-4463 do not alter setMaxResult for native queries in getSingleResult() as the query transformation will likely fail.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17543 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-09-25 11:14:51 +00:00 |
Steve Ebersole
|
0a1763a207
|
HHH-4196 - Implement JPA 2.0 criteria apis (building)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17526 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-09-17 21:26:25 +00:00 |
Steve Ebersole
|
c5da7c30c1
|
EJB-461 - Implement JPA 2.0 criteria apis (compiling)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17426 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-26 20:34:58 +00:00 |
Steve Ebersole
|
bd10b18c44
|
EJB-447 - Implement JPA 2.0 criteria apis (building)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17340 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-17 19:09:17 +00:00 |
Steve Ebersole
|
e47bfa784e
|
EJB-456 : JPA metamodel
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17336 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-17 15:22:39 +00:00 |
Emmanuel Bernard
|
28207a2eb1
|
Add support for the new JPA 2 API from July 23 2009 (only the top level package. Subpackages have not been updated. Also partially implement PersistenceUnitUtil
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17305 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-14 18:29:45 +00:00 |
Emmanuel Bernard
|
5f27074c73
|
Set version number to 3.5.0.Beta1 for log display
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17304 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-14 17:26:52 +00:00 |
Emmanuel Bernard
|
d6702fae4a
|
add property to disable metamodel generation, just in case as it's undertested
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17301 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-13 20:15:08 +00:00 |
Steve Ebersole
|
ad3409e67b
|
copyright notice
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17299 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-13 19:05:34 +00:00 |
Steve Ebersole
|
45e6b97d20
|
copyright notice
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17298 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-13 18:59:30 +00:00 |
Emmanuel Bernard
|
506614cc1f
|
EJB-456 add more tests on collection of elements Set List Map
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17276 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-12 23:58:14 +00:00 |
Emmanuel Bernard
|
93cef4f9f1
|
EJB-456 add more tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17275 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-12 22:51:01 +00:00 |
Emmanuel Bernard
|
6bf5ed7302
|
EJB-456 add more test and fix isId false on IdClass attributes
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17272 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-12 04:22:23 +00:00 |
Steve Ebersole
|
c34fac4096
|
copyright notice
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17269 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-11 20:54:53 +00:00 |
Steve Ebersole
|
85c0857b0c
|
copyright notice
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17268 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-11 20:50:34 +00:00 |
Steve Ebersole
|
a1b6e3f243
|
copyright notice
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17267 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-11 20:30:32 +00:00 |
Steve Ebersole
|
ed6346174d
|
EJB-447 : Implement JPA 2.0 criteria apis
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17264 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-11 19:16:08 +00:00 |
Steve Ebersole
|
8de99d279d
|
EJB-447 : Implement JPA 2.0 criteria apis
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17262 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-11 15:37:23 +00:00 |
Emmanuel Bernard
|
558fcd635a
|
fix NPE when identifier is not a property
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17260 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-11 00:53:08 +00:00 |
Emmanuel Bernard
|
0f8a36a269
|
make Metamodel and its dependencies serializable
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17259 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-11 00:26:13 +00:00 |
Steve Ebersole
|
9edbb4d239
|
EJB-447 : Implement JPA 2.0 criteria apis
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17258 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-10 22:13:04 +00:00 |
Emmanuel Bernard
|
174d09e34b
|
EJB-456 start core of tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17255 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-10 03:59:59 +00:00 |
Emmanuel Bernard
|
0d14085ba6
|
EJB-456 have the implementation of Metamodel ready minus some concepts left behind. This has NOT been tested to don't be too excited ladies
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17254 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-09 18:04:35 +00:00 |
Steve Ebersole
|
a83a455fdd
|
EJB-447 : Implement JPA 2.0 criteria apis (miscellaneous)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17252 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-07 18:38:07 +00:00 |
Steve Ebersole
|
3175437151
|
EJB-447 : Implement JPA 2.0 criteria apis (completed function support)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17251 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-07 12:12:20 +00:00 |
Steve Ebersole
|
f6665eccba
|
EJB-447 : Implement JPA 2.0 criteria apis (revert to strict method sigs)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17250 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-06 18:39:33 +00:00 |
Steve Ebersole
|
8465009b4b
|
EJB-447 : Implement JPA 2.0 criteria apis (completed aggregation function support)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17247 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-06 17:55:14 +00:00 |
Steve Ebersole
|
eb0396b1c6
|
EJB-447 : Implement JPA 2.0 criteria apis (support for casts, completed IN-predicate support & parameter creation)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17243 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-06 14:18:54 +00:00 |
Steve Ebersole
|
aceeb48968
|
EJB-447 : Implement JPA 2.0 criteria apis
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17236 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-05 19:28:58 +00:00 |
Steve Ebersole
|
bd4c85ce10
|
EJB-447 : Implement JPA 2.0 criteria apis
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17228 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-04 19:13:33 +00:00 |
Steve Ebersole
|
152dc5abf9
|
EJB-447 : Implement JPA 2.0 criteria apis
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17227 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-04 18:01:45 +00:00 |
Steve Ebersole
|
9fc25c8c8a
|
EJB-455 : Implement EntityManager#getEntityManagerFactory;
EJB-447 : Implement JPA 2.0 criteria apis
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17222 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-07-31 17:53:18 +00:00 |
Emmanuel Bernard
|
c05509be7c
|
EJB-454 implements the default PPR strategy
EJB-453 use resolver held by PPRH
fix issues with Hibernate's isLoaded
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17201 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-07-25 05:24:55 +00:00 |
Emmanuel Bernard
|
49e53e81e1
|
minor documentation typo
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17198 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-07-23 18:54:27 +00:00 |
Emmanuel Bernard
|
eeb136fa71
|
ANN-860 implement @OrderColumn
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17192 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-07-22 20:40:50 +00:00 |
Steve Ebersole
|
b339e33121
|
HHH-4022 - Add an actual API contract for querying/managing cache regions (from app code)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17027 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-07-07 18:39:39 +00:00 |
Emmanuel Bernard
|
db35f58467
|
EJB-446 implements EMF.getCache() except contains
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17008 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-07-06 17:19:44 +00:00 |
Emmanuel Bernard
|
fa4e5c37b3
|
Minor fix on detach()
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17006 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-07-06 16:22:17 +00:00 |
Hardy Ferentschik
|
97a0919521
|
JBPAPP-1998 Added additional try/catch in AbstractEntityManagerImpl.wrapStaleStateException
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16594 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-05-19 09:55:46 +00:00 |
Emmanuel Bernard
|
11668ca67c
|
HHH-3906 EJB-436 ANN-830 Move to JPA 2 API as a dependency
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16523 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-05-07 21:34:21 +00:00 |
Juraci Krohling
|
062139460c
|
EJB-433 - Added a call to getProperties, to make sure that create-drop is set.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16450 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-04-27 12:10:35 +00:00 |
Hardy Ferentschik
|
339ec18771
|
JBPAPP-1679
Aligned hibernate.properties with hibernate.properties in testsuite module.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16421 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-04-23 11:53:54 +00:00 |
Juraci Krohling
|
0f9a6882b9
|
JBPAPP-1078 EJB-413 - Removed a dependency on sequences for XMLTests and added a specific package with sequences, to be used only on databases which supports it. For trunk
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16383 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-04-21 14:02:32 +00:00 |
Juraci Krohling
|
8b4b88200b
|
EJB-403 - Removed alias from native update statement, as it is not supported in many databases. For trunk
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16380 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-04-21 13:39:04 +00:00 |
Juraci Krohling
|
4ff6065093
|
EJB-418 - Added tearDown method to EJB3TestCase, as the current behaviour was keeping some dirt in the database after the execution of the last test in the EJB3TestCase hierarquy. For trunk
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16377 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-04-21 13:15:48 +00:00 |
Emmanuel Bernard
|
70362709f6
|
EJB-428 move scanning facility under the Scanner interface and implement NativeScanner
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16358 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-04-18 14:35:58 +00:00 |
Emmanuel Bernard
|
38471d1b73
|
cleaner variable name
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16217 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-03-25 21:07:29 +00:00 |
Emmanuel Bernard
|
1c42279492
|
HCANN-5 Introdice the MetadataProvider and MetadataProviderInjector facility
ANN-810 Use the new MetadataProvider facility to implement EJB3 overriding
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16206 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-03-23 01:53:05 +00:00 |
Juraci Krohling
|
d6e005a8b7
|
EJB-404 JBPAPP-1079 - Fixed the test case for PostgreSQL and DB2
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15778 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-01-14 13:06:17 +00:00 |
Juraci Krohling
|
4fa064b209
|
EJB-404 - Changing the order of the predicates in testIsNull. Now it pleases PostgreSQL as well
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15696 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-12-15 10:46:00 +00:00 |
Juraci Krohling
|
fb2eb9e870
|
EJB-406 - Makes a test to fail if there are unfinished transactions, and closes it to not affect other tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15686 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-12-12 13:10:10 +00:00 |
Juraci Krohling
|
8719e10c1c
|
EJB-405 - Changed the column name for properties which are reserved keywords in some databases
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15677 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-12-10 12:05:04 +00:00 |
Juraci Krohling
|
468743d2a7
|
EJB-407 - Fixing the test cases, to close the EM and/or finish the active transaction
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15676 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-12-10 12:01:47 +00:00 |
Hardy Ferentschik
|
669d21a7bd
|
HHH-3580 fixed PackagedEntityManagerTest
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15484 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-11-03 15:09:16 +00:00 |
Hardy Ferentschik
|
30afc77a79
|
HHH-3580 fixed some more tests and enabled svn:keywrds substitution on all java files
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15483 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-11-03 14:25:59 +00:00 |
Hardy Ferentschik
|
08b6d1ea13
|
HHH-3580 removed some more obsolete resources and started to fix the failing tests; later we might move build.xml into the pom
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15482 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-11-03 12:55:04 +00:00 |
Hardy Ferentschik
|
572f412482
|
HHH-3580 - moved some resources around and deleted obsolete ones
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15480 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-11-03 10:26:13 +00:00 |
Hardy Ferentschik
|
e70e58135e
|
HHH-3580 - get sources compile and most tests working
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15479 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-11-03 10:22:12 +00:00 |
Steve Ebersole
|
407d4f1704
|
HHH-3580 : import entitymanager into core
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15474 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-10-31 17:29:01 +00:00 |
Steve Ebersole
|
75c43d764b
|
HHH-3580 : import entitymanager into core
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15473 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-10-31 17:27:49 +00:00 |
Steve Ebersole
|
16c85a2c4f
|
HHH-3580 : import entitymanager into core
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15472 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-10-31 17:22:32 +00:00 |
Steve Ebersole
|
9efd65f9de
|
HHH-3580 : import entitymanager into core
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15470 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-10-31 17:18:48 +00:00 |
Steve Ebersole
|
a133cfb6a8
|
HHH-3580 : import entitymanager into core
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15469 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-10-31 17:15:43 +00:00 |
Steve Ebersole
|
b7fb3fcdee
|
HHH-3580 : import entitymanager into core
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15467 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2008-10-31 17:07:47 +00:00 |