DATACMNS-19 - Fixed PersistableEntityMetadata.

Added generics to PersistableEntityMetadata and let it being handed the actual domain class to return.
This commit is contained in:
Oliver Gierke
2011-03-02 09:02:18 +01:00
parent 695f4ca9c0
commit cae2961275
4 changed files with 36 additions and 92 deletions

View File

@@ -9,6 +9,7 @@ Repository
* Added support for 'Distinct' keyword in finder method names (DATACMNS-15)
* Added support for 'In' and 'NotIn' keywords (DATACMNS-16)
* Introduced metamodel for entities and repositories (DATACMNS-17)
* Fixed returning wrong class PersistableEntityMetadata(DATACMNS-19)
Changes in version 1.0.0.M3 (2011-02-09)
----------------------------------------