Emmanuel Bernard
|
f251abe5de
|
HHH-4529 add new test
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18620 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-25 17:57:07 +00:00 |
Emmanuel Bernard
|
d00f7efb30
|
HHH-4529 support for derived entity id as a XToOne pointing to the master entity
HHH-4840 support for Core style embedded id (after all these years :) )
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18619 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-25 17:19:05 +00:00 |
Galder Zamarreno
|
671d9db8e2
|
Individual regions currently use the same implementation as InfinispanRegionFactory for the next timestamp. Get them to actually call InfinispanRegionFactory to make it easier for users to provide diff implementations if desired.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18618 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-25 16:23:59 +00:00 |
Galder Zamarreno
|
b34bb068a7
|
[HHH-4814] (Configure global/cache level JMX statistics from Hibernate configuration file) Added hibernate.cache.infinispan.statistics that enables cache manager and individual cache statistics.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18617 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-25 15:47:02 +00:00 |
Adam Warski
|
de0545a989
|
HHH-4693:
- applying patch, making map proxies serializable
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18616 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-25 07:56:21 +00:00 |
Steve Ebersole
|
5d8d70036a
|
HHH-4659 - Add support for standard declarative cache (@Cacheable)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18614 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-24 17:07:28 +00:00 |
Emmanuel Bernard
|
690792493b
|
HHH-4834 Take into account that collections can be of raw type.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18609 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-22 19:21:33 +00:00 |
Steve Ebersole
|
9fc7794134
|
HHH-4659 - Add support for standard declarative cache (@Cacheable)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18606 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-22 12:35:15 +00:00 |
Steve Ebersole
|
d24ed1a1d3
|
HHH-4659 - Add support for standard declarative cache (@Cacheable)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18605 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-22 07:22:50 +00:00 |
Hardy Ferentschik
|
70ddcd81f2
|
HHH-4822 Added handling of sessions == null in case openSession is called
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18604 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-22 02:16:10 +00:00 |
Steve Ebersole
|
9bb0da4e69
|
HHH-4660 - Support Cache Retrieve Mode and Cache Store Mode Properties
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18603 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-22 01:55:20 +00:00 |
Hardy Ferentschik
|
7acb557f5b
|
HHH-4822 - Moved the test annotations into the testing module in order to be able to reuse them in entitymanager module.
Also create a common base class for ann and em tests.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18602 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-21 20:48:59 +00:00 |
Steve Ebersole
|
79b10cc810
|
HHH-4552 - Support generated value within composite keys
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18601 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-21 19:37:01 +00:00 |
Emmanuel Bernard
|
8577a68e69
|
HHH-4529 clean @Id/@EmbeddedId mapping and merge with the regular basic and component mapping to open possibilities for @Id @ManyToOne support
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18600 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-21 17:51:09 +00:00 |
Emmanuel Bernard
|
174a568f8f
|
Minor
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18599 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-21 13:16:05 +00:00 |
Emmanuel Bernard
|
dbf1999c26
|
Move to trace level
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18598 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-21 12:56:06 +00:00 |
Hardy Ferentschik
|
57bb8f6b5f
|
HHH-4822 proper placement of the fillStackTrace call
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18597 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 22:33:16 +00:00 |
Hardy Ferentschik
|
86989c157e
|
HHH-4822 - Made sure stacktrace is filled in for InvocationTargetException and IllegalAccessException
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18596 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 21:22:09 +00:00 |
Hardy Ferentschik
|
373e4f13a8
|
HHH-4823 Reordered module list in top level pom. Also renamed some of the project names. now all project names start with "Hibernate" ;-)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18595 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 20:31:29 +00:00 |
Hardy Ferentschik
|
1a090752a3
|
HHH-4822 - Added @FailureExpected to annotations module
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18594 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 20:18:56 +00:00 |
Steve Ebersole
|
2f3a967c65
|
HHH-4726 - Add support for delete-orphan cascading to <one-to-one/>
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18593 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 19:16:38 +00:00 |
Emmanuel Bernard
|
63dcdf0620
|
HHH-4529 clean tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18592 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 18:48:20 +00:00 |
Emmanuel Bernard
|
f2e8773d35
|
HHH-4529 add test for one to one and embedded id
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18591 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 18:42:49 +00:00 |
Emmanuel Bernard
|
01720257b2
|
HHH-4529 Add support for @EmbeddedId
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18590 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 18:36:34 +00:00 |
Emmanuel Bernard
|
fd389b913e
|
HHH-4529 support @ManyToOne and fix FK error
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18589 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 16:51:02 +00:00 |
Ståle W. Pedersen
|
e655b54eb8
|
[HHH-4552]
added multiple generated values to the test
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18588 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 15:35:26 +00:00 |
Emmanuel Bernard
|
cd3c152f44
|
HHH-4529 FK constraint is now generated
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18586 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-20 11:48:08 +00:00 |
Hardy Ferentschik
|
76f2f88038
|
HHH-4651 - Add support for EntityManager properties
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18585 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-19 22:16:05 +00:00 |
Hardy Ferentschik
|
6efce46709
|
Removed unused import statements
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18584 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-19 21:52:23 +00:00 |
Emmanuel Bernard
|
6588ede3a7
|
HHH-4529 Support for basic @MapsId on simple id on both parent and derived (example 4.a). However I am losing the creation of the FK constraint.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18583 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-19 18:57:19 +00:00 |
Steve Ebersole
|
aa9dd93555
|
HHH-4552 - Support generated value within composite keys
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18582 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-19 18:50:29 +00:00 |
Scott Marlow
|
63d5a97854
|
HHH-4725 implement orphanRemoval for OneToOne.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18581 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-19 15:43:00 +00:00 |
Steve Ebersole
|
e474a00c4a
|
HHH-4669 - Implement JDBC driver properties support
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18578 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-19 03:09:22 +00:00 |
Steve Ebersole
|
6eb54445aa
|
HHH-4816 - Cleanup JPA setting name constants
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18577 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-18 22:05:16 +00:00 |
Adam Warski
|
c9b7d112b8
|
HHH-4793: enabling test after fixes in core/annotations
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18576 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-18 21:27:25 +00:00 |
Hardy Ferentschik
|
edb211e8af
|
HHH-4813 - annotation and entitymanager module should use the maven-injection-plugin to generate version string
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18575 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-18 19:17:27 +00:00 |
Steve Ebersole
|
55cd2ee2a2
|
HHH-4726 - Add support for delete-orphan cascading to <one-to-one/>
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18573 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-18 18:27:12 +00:00 |
Steve Ebersole
|
6cfc0c043d
|
HHH-4726 - Add support for delete-orphan cascading to <one-to-one/>
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18571 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-18 15:18:16 +00:00 |
Steve Ebersole
|
f163e9fd94
|
HHH-4726 - Add support for delete-orphan cascading to <one-to-one/>
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18569 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-16 21:04:34 +00:00 |
Steve Ebersole
|
29152a8390
|
HHH-4726 - Add support for delete-orphan cascading to <one-to-one/>
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18568 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-16 20:27:04 +00:00 |
Hardy Ferentschik
|
7fa50f7a18
|
HHH-4677 - just some import cleanups and addition of source headers. no code changes
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18567 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-15 20:59:56 +00:00 |
Emmanuel Bernard
|
ecbe5dd854
|
HHH-4805 take better care of generics.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18566 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-15 18:47:54 +00:00 |
Emmanuel Bernard
|
9b38bca8ea
|
HHH-4807 only switch CHECK_NULLABILITY's default if Bean Validation is in the class path
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18563 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-15 12:57:47 +00:00 |
Emmanuel Bernard
|
f93b0441b7
|
HHH-4806 Wrap all .commit() exceptions in a RollbackException
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18562 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-15 12:53:35 +00:00 |
Emmanuel Bernard
|
c8c9263918
|
HHH-4797 Ignore backref properties for JPA 2 model
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18561 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-15 10:47:18 +00:00 |
Steve Ebersole
|
56f6941260
|
HHH-4726 - Add support for delete-orphan cascading to <one-to-one/>
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18560 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-15 05:38:57 +00:00 |
Hardy Ferentschik
|
d23a4a4fd3
|
HHH-4527 added some doc updates
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18559 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-14 21:32:33 +00:00 |
Hardy Ferentschik
|
f45fceece0
|
HHH-4789 Made sure that the plugins are configured in the parent pom. Made the em docbook generation work. xml formatting
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18558 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-14 19:30:04 +00:00 |
Scott Marlow
|
b150dc76ae
|
HHH-4725 implement orphanRemoval for OneToOne and HHH-4726 Add support for delete-orphan cascading to one-to-one
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18557 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-14 19:10:50 +00:00 |
Emmanuel Bernard
|
8146ab3f9e
|
Add more test on ConstraintViolationException and transaction behavior
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18556 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-14 15:20:50 +00:00 |