Branch: refs/heads/metamodel
Home:
https://github.com/hibernate/hibernate-orm
Commit: ee9b4d78cd5038754318fddf8c01c5a4f0ed3b8a
https://github.com/hibernate/hibernate-orm/commit/ee9b4d78cd5038754318fdd...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
Log Message:
-----------
HHH-7542: Modified EntityClass to allow for multiple class-level @Immutable annotations
in the same hierarchy
Commit: 58a238e5b7ed01a4e0a8dca5546fa885a6ebd998
https://github.com/hibernate/hibernate-orm/commit/58a238e5b7ed01a4e0a8dca...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
Log Message:
-----------
HHH-7542: Modified EntityClass to allow for multiple class-level @Immutable annotations
in the same hierarchy
Commit: 9df7185948df78239be86e2b4808e1592524d964
https://github.com/hibernate/hibernate-orm/commit/9df7185948df78239be86e2...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
Log Message:
-----------
Merge branch 'tests' into metamodel
Compare:
https://github.com/hibernate/hibernate-orm/compare/4882bebdba3a...9df7185...