Commit Graph

493 Commits

Author SHA1 Message Date
Scott Marlow 246ce294a8 HHH-8688 EntityGraph should add AttributeNode's for basic NamedAttributeNode 2013-11-08 09:59:04 -05:00
Strong Liu 7de7b7c235 HHH-8688 fix org.hibernate.jpa.test.graphs.named.multiple.NamedEntityGraphsTest failure 2013-11-08 09:59:04 -05:00
Scott Marlow 17937f8d79 HHH-8688 recreated tck failure, will fail to get AttributeNode's from the graph 2013-11-08 09:59:03 -05:00
Strong Liu 99ae2a7be5 HHH-8285 Adding more tests 2013-11-08 20:59:50 +08:00
Strong Liu 90ee768f45 HHH-8285 Initial JPA 2.1 entity graph support (EntityManager.find()) 2013-11-08 20:59:50 +08:00
Strong Liu b3871f319b HHH-8285 Initial JPA 2.1 entity graph support (EntityManager.find()) 2013-11-08 20:59:50 +08:00
Brett Meyer 0e4c2a9ed5 HHH-8627 corrected stupid test mistake 2013-10-31 06:30:17 -04:00
Brett Meyer ca2d0578ff HHH-8627 Support EntityGraphs through JPA Query hints 2013-10-30 12:12:28 -05:00
Steve Ebersole 52d095be97 HHH-8660 - NamedEntityGraphDefinition built too early 2013-10-30 10:45:19 -05:00
Strong Liu f52c14a652 Revert "HHH-8285 Moving jpa/internal/metamodel and jpa/graph from hem to core"
This reverts commit 61483966a7.
2013-10-29 15:53:46 +01:00
Strong Liu 61483966a7 HHH-8285 Moving jpa/internal/metamodel and jpa/graph from hem to core 2013-10-29 07:48:27 -05:00
Steve Ebersole 1658a477fb HHH-8647 - hibernate.cache.use_reference_entries + queries 2013-10-29 04:04:38 -05:00
Gunnar Morling 485096a78b HHH-8636 Wrapping all exceptions into PersistenceException in HibernatePersistenceProvider 2013-10-28 12:41:06 -05:00
Brett Meyer fcaf413acc HHH-8643 test case 2013-10-28 07:09:49 -04:00
Steve Ebersole 859eaaa1c5 HHH-8619 - Account for "shadow" services as part of ServiceRegistry impls 2013-10-17 15:19:35 -05:00
Steve Ebersole c88494698e HHH-8625 - Wrong warning about deprecated persistence provider 2013-10-17 15:19:35 -05:00
Scott Marlow 381198c206 HHH-8477 use unwrapped query 2013-10-17 09:21:00 -04:00
Juergen Zimmermann 1e42894fa7 HHH-8032 OptimisticLockException with message of the wrapped StaleObjectStateException 2013-10-15 14:39:18 -04:00
Brett Meyer 51508921a0 HHH-6859 correct AbstractEntityManagerImpl#determineCacheStoreMode 2013-10-14 13:23:20 -04:00
Steve Ebersole 1380068dc0 HHH-8354 - New dirty-checking options based on bytecode enhancement 2013-10-09 13:38:13 -05:00
Gail Badner f111600e1f HHH-8276 - Integrate LoadPlans into UniqueEntityLoader (PoC) 2013-10-08 22:13:52 -05:00
Strong Liu 4420fa71d6 HHH-8276 - Integrate LoadPlans into UniqueEntityLoader (PoC) 2013-10-08 22:13:52 -05:00
Steve Ebersole dc7cdf9d88 HHH-8276 - Integrate LoadPlans into UniqueEntityLoader (PoC) 2013-10-08 22:09:41 -05:00
Steve Ebersole cb30fefd87 HHH-8445 - Implement REF_CURSOR support for StoredProcedureQuery 2013-10-08 16:33:47 -05:00
Brett Meyer 10383fb4bb HHH-8434 CriteriaUpdate with multiple assignments incorrect 2013-10-08 13:24:23 -04:00
Brett Meyer ceead77b62 HHH-8509 malformed LOG.tracef() 2013-10-08 12:46:40 -04:00
Steve Ebersole 3d366a526e HHH-8561 - hibernate.dialect_resolvers causes failures 2013-10-07 14:40:18 -05:00
Scott Marlow 4428464d09 HHH-8593 EntityManager.refresh should throw EntityNotFoundException if the entity no longer exists in the database 2013-10-07 15:20:28 -04:00
Brett Meyer 0ba9a3a289 HHH-7150 added Cache#evictAllRegions 2013-10-07 12:14:17 -04:00
Scott Marlow fa6a222ab1 HHH-8586 Synchronization beforeCompletion/afterCompletion should check if EM is closed and this helps us pass the tck entityManagerFactoryCloseExceptions test. 2013-10-03 11:27:26 -04:00
Steve Ebersole a3f48ec06f HHH-8584 - Prefer returning UNKNOWN from PersistenceUtilHelper 2013-10-02 16:03:33 -05:00
Steve Ebersole 3e24ee50b6 HHH-8584 - Prefer returning UNKNOWN from PersistenceUtilHelper 2013-10-02 16:03:33 -05:00
Steve Ebersole ffa67243b8 HHH-8576 - Query not properly locking non-versioned entities associated with PersistenceContext 2013-09-30 13:43:56 -05:00
Steve Ebersole f79271d60e HHH-8563 - javax.persistence.Query#getLockMode should throw ISE in some cases 2013-09-26 14:53:22 -05:00
Steve Ebersole f2b272f468 HHH-8550 - Order of remove/delete calls important for associated data 2013-09-25 13:36:48 -05:00
Steve Ebersole 185fa1d68b HHH-8550 - Order of remove/delete calls important for associated data 2013-09-25 13:36:48 -05:00
Brett Meyer a20b0bd9ea HHH-8556 QueryStructure#collectCorrelatedJoins should add
correlationRoots implementing Join
2013-09-25 12:09:33 -04:00
Steve Ebersole ae3f1117e0 HHH-8529 - AttributeConverter not applied to @ElementCollection 2013-09-23 16:05:22 -05:00
Steve Ebersole 0e40a9e6fc HHH-8543 - Complete org.hibernate.ejb.HibernatePersistence deprecation 2013-09-23 13:05:51 -05:00
Steve Ebersole 498735aa37 HHH-8478 - AttributeConverters need to be applied to JPQL and Criteria queries 2013-09-23 12:55:55 -05:00
Brett Meyer 2243fa68ff HHH-8521 LockMode should be checked on query execution, not during call
to setLockMode
2013-09-22 20:44:57 -05:00
Steve Ebersole 903321fe92 HHH-8542 - javax.persistence.Query#setLockMode should throw ISE if not a SELECT JPQL or Criteria query 2013-09-22 19:57:02 -05:00
Steve Ebersole ccd1fb07c8 HHH-8541 - EntityManager#getLockMode should technically throw TransactionRequiredException if transaction is not active 2013-09-22 15:36:21 -05:00
Steve Ebersole b839720cd3 HHH-8540 - Throw ISE on attempts to create EntityManager using any form of createEntityManager accepting SynchronizationType if RESOURCE_LOCAL 2013-09-22 15:03:03 -05:00
Steve Ebersole c9c2e0427a HHH-8540 - Throw ISE on attempts to create EntityManager using any form of createEntityManager accepting SynchronizationType if RESOURCE_LOCAL 2013-09-22 14:59:17 -05:00
Steve Ebersole 1f9c157db6 HHH-8539 - @Column#table naming primary table fails 2013-09-22 14:41:00 -05:00
Steve Ebersole 2bb866a616 HHH-8534 - Metamodel#managedType(SomeMappedSuperclass.class) returns null 2013-09-22 14:20:25 -05:00
Steve Ebersole a1ff3a29cb HHH-8529 - AttributeConverter not applied to @ElementCollection 2013-09-21 16:55:05 -05:00
Steve Ebersole 4473f0302f HHH-8529 - AttributeConverter not applied to @ElementCollection 2013-09-21 14:06:57 -05:00
Steve Ebersole 4d5174f55f HHH-8533 - Add tests of JPA Metamodel handling for MappedSuperclass and mixed @Id/@IdClass declaration 2013-09-20 22:05:24 -05:00