Hardy Ferentschik
7856f66eb9
METAGEN-4 Added a start for the documentation
2013-11-11 20:08:04 +08:00
Hardy Ferentschik
813339a647
METAGEN-9 Extended infrastructure to allow the specification of persistence.xml
2013-11-11 20:08:04 +08:00
Hardy Ferentschik
f82b6a7d3c
METAGEN-19 Support @MapKeyClass overriding of the key class
2013-11-11 20:08:04 +08:00
Hardy Ferentschik
1f021a6fd2
METAGEN-17 Consider XML for targetEntity
2013-11-11 20:08:04 +08:00
Hardy Ferentschik
149f8ae8f4
METAGEN-18 Support @ElementCollection.targetClass + its XMl equivalent
2013-11-11 20:08:03 +08:00
Hardy Ferentschik
19d68006f3
METAGEN-14
2013-11-11 20:08:03 +08:00
Hardy Ferentschik
6f3b00354d
METAGEN-21
2013-11-11 20:08:03 +08:00
Hardy Ferentschik
3088900b2a
METAGEN-16 Code makes use of getAnnotation() instead of getAnnotationMirrors()
2013-11-11 20:08:03 +08:00
Hardy Ferentschik
bc1e9f1492
METAGEN-6 Split XML parsing code out into its own class.
2013-11-11 20:08:03 +08:00
Hardy Ferentschik
d5f15a172f
METAGEN-10
...
Switched to using Diagnostic.Kind.OTHER for debug messages. Only message in default mode is now "Hibernate JPA 2 Static-Metamodel Generator [version]"
2013-11-11 20:08:03 +08:00
Emmanuel Bernard
76d2d32a4a
METAGEN-20 better example names
2013-11-11 20:08:03 +08:00
Emmanuel Bernard
b78ebb332c
METAGEN-20 support raw collections and honor targetEntity
2013-11-11 20:08:03 +08:00
Emmanuel Bernard
d4dac16e32
METAGEN-15 use the first upper bound when the type to be exported is a generic.
2013-11-11 20:08:03 +08:00
Steve Ebersole
33d734f33a
METAGEN-11 Upgrade JPA dependency to hibernate-jpa-2.0-api-1.0.0-CR-1
2013-11-11 20:08:02 +08:00
Hardy Ferentschik
41c79d533c
METAGEN-8
...
Made sure that the right element type is extracted in case the is a ElementCollection on Map.
I think however, there are more problems. We only cover the java.util.Map case. We need to take care of subclasses as well.
2013-11-11 20:08:02 +08:00
Hardy Ferentschik
fe0038ce14
METAGEN-5
...
Added an additonal option which can be passed to the processor in order to print debug messages. Passing of the parameter is via -Adebug=true
2013-11-11 20:08:02 +08:00
Hardy Ferentschik
0e9f97ce2f
METAGEN-2
...
Added support for arrays. Arrays are now added to the metamodel as SingularAttribute.
We don't, however, cover the case yet where there is a @*ToMany annotation on the array
2013-11-11 20:08:02 +08:00
Hardy Ferentschik
95da451ce7
METAGEN-3
2013-11-11 20:08:02 +08:00
Hardy Ferentschik
31901374fc
METAGEN Start of JPA metamodel processor project
2013-11-11 20:08:02 +08:00
Gunnar Morling
1e39c4b07f
HHH-2907 Adding @UpdateTimestamp generator annotation
2013-11-08 13:08:41 -06:00
Gunnar Morling
fb0d0c5cf7
HHH-2907 Adding @CreationTimestamp generator annotation
2013-11-08 13:08:41 -06:00
Gunnar Morling
fd57a751b4
HHH-2907 Retrofitting @Generated, making it a generator annotation type
2013-11-08 13:08:41 -06:00
Gunnar Morling
cc30269b84
HHH-2907 Adding support for annotation based value generation strategies
2013-11-08 13:08:41 -06:00
Gunnar Morling
a860e6559d
HHH-2907 Changing ValueGenerator contract in order to allow implementations performing work using the JDBC connection
2013-11-08 13:08:41 -06:00
Steve Ebersole
9938937fe7
HHH-8637 - Downcasting with TREAT operator should also filter results by the specified Type
2013-11-08 12:35:42 -06:00
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
Gail Badner
dd28adb1ae
HHH-8629 : Integrate LoadPlans into collection initializers
2013-11-06 13:11:12 -08:00
Lukasz Antoniak
e65abd026c
HHH-8497 - Fix and test
2013-11-06 21:25:06 +01:00
Strong Liu
3b85ae8658
HHH-8671 WithClauseTest.testWithClause fails on all QA databases
2013-11-06 10:19:29 +08:00
Brett Meyer
e012809fb2
HHH-6004 improved HashMap performance in StructuredCacheEntry
2013-11-01 04:39:33 -04:00
Steve Ebersole
bdf0186a7f
HHH-7539 - Interceptor.afterTransactionCompletion not called when transaction completes via JTA sync
2013-10-31 09:08:42 -05:00
Gail Badner
560b274fb7
HHH-8662 : Deprecate functionality for initialized many-to-many collections of proxies
2013-10-31 12:38:17 +01:00
Brett Meyer
dd44ad459a
HHH-7927 Enabling globally_quoted_identifiers breaks schema validation
...
if TableGenerator is used
2013-10-31 07:01:40 -04:00
Gail Badner
e1eef18d62
HHH-8629 : Integrate LoadPlans into collection initializers
2013-10-31 11:54:55 +01:00
Brett Meyer
0e4c2a9ed5
HHH-8627 corrected stupid test mistake
2013-10-31 06:30:17 -04:00
Brett Meyer
32b93b9788
HHH-6167 correct Ejb3Column.checkPropertyConsistency error message
2013-10-31 05:22:05 -04:00
Brett Meyer
6242632b76
HHH-8627 compile error in test case
2013-10-31 04:45:04 -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
Andrew Clemons
4e527d0f3e
HHH-8228 - enable foreign keys in HANA dialects by defaulting to 'ON UPDATE CASCADE'
2013-10-30 04:23:50 -04: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
Brett Meyer
11152ea06f
HHH-8528 correct docs and quickstarts to support stopping/restarting a
...
client bundle
2013-10-28 14:34:49 -04:00
Gunnar Morling
485096a78b
HHH-8636 Wrapping all exceptions into PersistenceException in HibernatePersistenceProvider
2013-10-28 12:41:06 -05:00