Emmanuel Bernard
5b595bcf26
HHH-4933 Work on HEM doc, refreshing it for JPA 2. architecture and configuration refreshed
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18923 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-04 18:15:19 +00:00
Hardy Ferentschik
6dce44c363
HHH-4666 - Implement the clarified rules for resource discovery (esp for <mapping-file> and co)
...
Refactored packaged tests while investigating this issue. Made sure packages get created in a subdirectory of target
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18918 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-02 23:11:41 +00:00
Hardy Ferentschik
b763122d4c
HHH-4666 - Implement the clarified rules for resource discovery (esp for <mapping-file> and co)
...
Removed unecessary continue statement while investigating issue
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18917 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-02 23:06:13 +00:00
Hardy Ferentschik
23264b554c
HHH-4666 - Implement the clarified rules for resource discovery (esp for <mapping-file> and co)
...
Removed unused import statement while investigating issue.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18916 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-03-02 23:05:00 +00:00
Steve Ebersole
97444b2d2d
Updating pom versions to 3.5.0-SNAPSHOT for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18879 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-25 03:50:02 +00:00
Steve Ebersole
9bba4e970b
Updating pom versions to 3.5.0-CR-2 for release tagging
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18877 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-25 03:49:36 +00:00
Steve Ebersole
be58b6b386
HHH-4951 - Correct DTD entities for injecting version and date into docs
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18876 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-25 03:20:01 +00:00
Steve Ebersole
09fe22710e
misc minor doc cleanups
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18875 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-24 21:40:58 +00:00
Steve Ebersole
1fa3112156
HHH-4949 - Document JPA 2 metamodel
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18874 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-24 21:26:24 +00:00
Steve Ebersole
ec8aa8bc93
HHH-4936 - Document JPA criteria queries
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18867 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-24 07:31:58 +00:00
Hardy Ferentschik
003658834d
HHH-4942 Rectified some problem with earlier commit. Some files got deleted which should not have been. And some files were wrongly added
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18865 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-23 23:55:06 +00:00
Hardy Ferentschik
170f7b273e
HHH-4942 Refactored JarVistitorTest and PackagedEntityManagerTest to use Shrinkwrap to build the packages needed for the tests. This removed the need for some custom antrun plugin stuff. Also created a baseclass for the packaged tests.
...
HHH-4845 Refactored PersistTest to extend from the main em base test case. This allows the em test to run in forkMode 'once'
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18859 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-23 14:55:16 +00:00
Hardy Ferentschik
b4e5322cfb
HHH-4942 Refactored JarVistitorTest and PackagedEntityManagerTest to use Shrinkwrap to build the packages needed for the tests. This removed the need for some custom antrun plugin stuff. Also created a baseclass for the packaged tests.
...
HHH-4845 Refactored PersistTest to extend from the main em base test case. This allows the em test to run in forkMode 'once'
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18858 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-23 12:57:17 +00:00
Scott Marlow
02451f12fb
HHH-4662 Implement javax.persistence.query.timeout
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18852 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-22 23:27:16 +00:00
Hardy Ferentschik
f3aa0c63bb
HHH-4676
...
* now a transaction is marked for rollback for all RuntimeExceptions not only the CosntraintViolationExcpetion.
* Also updated FlushAndTransactionTest which had invalid assertions.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18850 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-22 21:17:12 +00:00
Steve Ebersole
a363947c69
Moved biblio to end; fixed bookinfo
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18847 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-21 17:36:27 +00:00
Steve Ebersole
84d1ac5f7d
HHH-4936 - Document JPA criteria queries
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18842 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-19 21:16:50 +00:00
Steve Ebersole
de0d4c1cd5
HHH-4936 - Document JPA criteria queries
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18841 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-19 17:08:37 +00:00
Steve Ebersole
f6680548b5
HHH-4934 - Improve logging in MetadataContext and AttributeFactory
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18840 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-18 19:19:45 +00:00
Steve Ebersole
894665481c
HHH-4583 - Incorrect handling of empty conjunction and disjunction
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18839 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-18 17:00:47 +00:00
Hardy Ferentschik
61e68a22a3
HHH-4932
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18837 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-18 15:33:57 +00:00
Steve Ebersole
32cd3b4359
HHH-4583 - Incorrect handling of empty conjunction and disjunction
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18826 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-18 05:07:20 +00:00
Steve Ebersole
5a4e37495e
HHH-4583 - Incorrect handling of empty conjunction and disjunction
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18823 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-17 21:07:42 +00:00
Strong Liu
494caf6dbd
correct spell
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18801 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-15 13:02:33 +00:00
Strong Liu
05a0db703e
correct the wrong spell
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18798 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-14 15:32:04 +00:00
Strong Liu
1ec662e924
correct the wrong spell
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18797 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-14 14:16:50 +00:00
Strong Liu
8e2797d7c6
correct spell
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18796 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-14 12:57:30 +00:00
Steve Ebersole
7d0258ec55
prepare 3.5.0-CR-1 ++ dev
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18771 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-10 19:42:49 +00:00
Steve Ebersole
7a9b5f1781
prep 3.5.0-CR-1 release
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18769 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-10 19:17:55 +00:00
Hardy Ferentschik
cb63cbb2ab
HHH-4892 PackagedEntityManagerTest should not extend from the Hibernate test case. It extends now junit.framework.TestCase directly.
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18741 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-09 12:03:41 +00:00
Steve Ebersole
527468a122
HHH-4892 - Simplify testing of persistence packages
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18738 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-09 03:53:56 +00:00
Steve Ebersole
839e23458a
HHH-4704 - Pass session into EntityTuplizer#setIdentifier
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18733 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-08 19:27:00 +00:00
Steve Ebersole
7cb83cac95
HHH-4664 - Implement EntityManagerFactory#getProperties()
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18712 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-07 19:27:19 +00:00
Steve Ebersole
b3b9482292
HHH-4599 - An embeddable class may contain ToOne or ToMany associations
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18695 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-04 19:32:54 +00:00
Scott Marlow
80dbc69529
HHH-4765 Enhance Dialect support for JPA-2 locking. pessimistic no wait/timed locking and additional pessimistic locking tests. Oracle support for pessimistic locking
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18688 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-04 00:07:31 +00:00
Steve Ebersole
ac1dae6952
HHH-4661 - Properly propagate Query.setLockMode to Hibernate Core
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18684 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-03 05:16:26 +00:00
Steve Ebersole
1591e6dc03
HHH-4661 - Properly propagate Query.setLockMode to Hibernate Core
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18682 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-02 21:32:53 +00:00
Scott Marlow
889470af88
HHH-4765 Enhance Dialect support for JPA-2 locking
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18681 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-02 17:03:05 +00:00
Steve Ebersole
af7c746a54
HHH-4661 - Properly propagate Query.setLockMode to Hibernate Core
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18675 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-01 19:42:16 +00:00
Gail Badner
0530b809d8
setting the version number on trunk back to 3.5.0-SNAPSHOT
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18668 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-29 00:57:52 +00:00
Gail Badner
18ed315b62
prep 3.5.0-Beta-4
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18666 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-29 00:46:30 +00:00
Emmanuel Bernard
80156b4170
HHH-4859 fix NPE on true embedded ids (ie no property) when building the metamodel
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18661 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-28 00:00:50 +00:00
Hardy Ferentschik
fde085a09a
HHH-4856 updated to 1.0.0-Beta-3
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18654 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-27 18:23:11 +00:00
Emmanuel Bernard
3e766c1397
HHH-4855 globally quoting identifiers was incorrectly considered an actual table name
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18653 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-27 17:22:13 +00:00
Scott Marlow
75149489d5
HHH-4853 3.4.4.3 Lock Mode Properties and Uses, Vendor-specific hints must be ignored if they are not understood.
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18644 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-27 14:00:57 +00:00
Steve Ebersole
091c2d2269
HHH-4822 - Add @FailureExpected annotation to annotations and entitymananger modules to allow the skipping of tests
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18638 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-26 20:11:51 +00:00
Hardy Ferentschik
6e6263012f
HHH-4822 reverted a test which was accidently marked with @FailureExpected
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18637 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-26 19:44:57 +00:00
Steve Ebersole
7f8c1896e4
HHH-4678 - Apply PersistenceUnitInfo#getSharedCacheMode and #getValidationMode
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18636 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-26 18:36:59 +00:00
Emmanuel Bernard
8386be117a
HHH-4843 guard against null properties
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18631 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-26 17:11:04 +00:00
Scott Marlow
82c5616343
HHH-4846 fix NPE and also address JCTS-946
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18630 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-26 14:51:54 +00:00
Steve Ebersole
c57ab61dcf
HHH-4659 - Add support for standard declarative cache (@Cacheable)
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18621 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-25 18:49:02 +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
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
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
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
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
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
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
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
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
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
Emmanuel Bernard
ae34143257
Bump version numbers
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18555 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-14 10:33:11 +00:00
Hardy Ferentschik
79bb60ea89
setting the version number on trunk back to 3.5.0-SNAPSHOT
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18552 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-14 02:01:24 +00:00
Hardy Ferentschik
1f8019b3fc
Version upgrade for preperation of 3.5.0-Beta-3 release
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18550 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-14 01:34:37 +00:00
Steve Ebersole
8ebda8540a
HHH-4785 - BinaryArithmeticOperation reverses incoming arguments
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18538 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-13 12:47:55 +00:00
Hardy Ferentschik
8bed8a1c22
HHH-4783
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18524 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-12 21:00:11 +00:00
Steve Ebersole
bec0f8046e
HHH-4590 - CASTs from CriteriaBuilder.toXXX methods still need to be fleshed out
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18509 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-11 23:46:47 +00:00
Steve Ebersole
9b3c518d5e
HHH-4780 - Allow BigDecimal and BigInteger to be specified as numeric literal types
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18508 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-11 22:55:36 +00:00
Strong Liu
b4caf0b909
HHH-4777 HHH-4532 org.hibernate.ejb.test.PackagedEntityManagerTest.testOverridenPar() hard code hsqldb connection info
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18500 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-10 15:18:02 +00:00
Strong Liu
784884b9fe
HHH-4777 HHH-4532 org.hibernate.ejb.test.PackagedEntityManagerTest.testOverridenPar() hard code hsqldb connection info
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18499 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-10 15:16:34 +00:00
Steve Ebersole
b5597882ce
HHH-4776 - Add a NullLiteralExpression for CriteriaBuilder#nullLiteral
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18492 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-09 20:26:40 +00:00
Steve Ebersole
0f96757d1a
HHH-4774 - Do not handle literals using parameters in JPA criteria select
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18486 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-09 18:01:20 +00:00
Steve Ebersole
6b6cee1b31
HHH-4775 - CriteriaBuilder#notEqual being interpreted oppositely
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18484 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-09 17:32:34 +00:00
Steve Ebersole
20b78f45a7
HHH-4772 - Empty conjunction/disjunction in criteria does not follow spec rules
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18483 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-09 17:04:55 +00:00
Steve Ebersole
5263d4c12a
HHH-4774 - Do not handle literals using parameters in JPA criteria select
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18482 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-09 16:44:59 +00:00
Steve Ebersole
c0636fee4c
HHH-4768 - Bug in how Criteria Subquery correlations are handled
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18481 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-09 16:24:44 +00:00
Emmanuel Bernard
1b9394446c
HHH-4675 Bean Validation ConstraintViolationException should trigger a tx rollback
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18450 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-08 10:41:10 +00:00
Steve Ebersole
72778b1a1b
HHH-4767 - Bug in how Criteria Subquery selections are handled
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18449 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-08 06:55:42 +00:00
Steve Ebersole
bcada0c1c4
HHH-4766 - Properly support criteria notion of SUM aggregation return types
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18448 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-08 06:10:24 +00:00
Hardy Ferentschik
9d214de88a
HHH-4763 Moved the directory creation into a different target
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18447 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-08 03:51:47 +00:00
Hardy Ferentschik
c8e1fbddcf
HHH-4763 Moved the metamodel task into build.xml and modified the antrun configuration to allow to run 'mvn antrun:run'. Also combined all antrun calls into one plugin configuration
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18446 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-08 03:40:18 +00:00
Steve Ebersole
415c9e9ec3
HHH-4758 - Rename org.hibernate.ejb.criteria.AbstractNode#queryBuilder to #criteriaBuilder
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18445 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-07 20:49:36 +00:00
Steve Ebersole
ef30ca4408
HHH-4724 - query.multiselect() on a CriteriaQuery<Tuple> returns List<Object[]> instead of List<Tuple>
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18444 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-07 20:41:54 +00:00
Steve Ebersole
84ed210c39
HHH-4756 - javax.persistence.criteria.Path#get should result in *delayed* join rendering
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18436 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-07 17:58:37 +00:00
Scott Marlow
b24ea51873
HHH-4688 Make sure @OrderBy works for @ElementCollection. move test case
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18427 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-06 18:49:52 +00:00
Scott Marlow
99e43e9d14
HHH-4688 Make sure @OrderBy works for @ElementCollection. added test case
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18420 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-06 17:01:04 +00:00
Steve Ebersole
ea67575c97
HHH-4663 - Make sure CriteriaQuery is serializable
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18400 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-04 19:00:01 +00:00
Steve Ebersole
33b7b6c803
HHH-4698 - Better handling of JPA criteria expressions
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18398 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-01-04 18:16:42 +00:00
Steve Ebersole
a900ee8928
HHH-4698 - Better handling of JPA criteria expressions
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18312 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-22 06:12:34 +00:00
Steve Ebersole
24cbb2df3c
HHH-4720 - Improve javax.persistence.metamodel.Attribute support
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18311 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-22 04:15:04 +00:00
Steve Ebersole
bc0144f2eb
HHH-4720 - Improve javax.persistence.metamodel.Attribute support
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18310 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-21 23:34:10 +00:00
Strong Liu
56d50a15b3
minor change, correct spell
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18303 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-21 16:17:24 +00:00
Emmanuel Bernard
23c1a47667
HHH-4665 add tests for getIdentifier()
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18302 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-21 15:49:55 +00:00
Emmanuel Bernard
54706c4b20
HHH-4724 add tests on Tuple
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18300 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-21 13:58:50 +00:00
Steve Ebersole
c1da5f1e3c
HHH-4698 - Better handling of JPA criteria expressions
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18268 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-18 15:32:39 +00:00
Emmanuel Bernard
a87e031bd5
HHH-4667 accept orm 2 and orm 1 files. Also improved error reports
...
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18263 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-12-18 10:02:26 +00:00