Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-core
Commit: 42502e696b920a18e5e8587517c35bcb048438f8
https://github.com/hibernate/hibernate-core/commit/42502e696b920a18e5e858...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2011-04-11 (Mon, 11 Apr 2011)
Changed paths:
M build.gradle
M hibernate-core/hibernate-core.gradle
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityIdentifier.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/Metadata.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/MetadataSourceQueue.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBinder.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/Entity.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityBinder.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityHierarchy.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityHierarchyBuilder.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/OrmXmlParser.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractEntityBinder.java
A
hibernate-core/src/test/java/org/hibernate/metamodel/binding/AbstractBasicBindingTests.java
A
hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicAnnotationBindingTests.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicHbmBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleEntity.java
A
hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleEntitySubClass.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleValueBindingTests.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleVersionedEntity.java
A hibernate-core/src/test/java/org/hibernate/metamodel/binding/package-info.java
A
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/OrmXmlParserTests.java
A hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/orm.xml
Log Message:
-----------
HHH-6109 Starting work for annotation binding against the new metamodel. Enabling JAXB
for parsing of orm.xml
Commit: 297c703449644870f0767823b5df8c3d73d5a7c9
https://github.com/hibernate/hibernate-core/commit/297c703449644870f07678...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2011-04-11 (Mon, 11 Apr 2011)
Changed paths:
M hibernate-core/hibernate-core.gradle
M hibernate-core/src/main/java/org/hibernate/cfg/AccessType.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBinder.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClass.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchy.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilder.java
R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/Entity.java
R
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityHierarchy.java
R
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityHierarchyBuilder.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JandexHelper.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/OrmXmlParser.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicAnnotationBindingTests.java
A
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilderTest.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/OrmXmlParserTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/Star.java
A hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/orm2.xml
Log Message:
-----------
HHH-6109 Starting the implementation of a replacement for InheritanceState. The determined
mapped classes need to be pre-processed
in order to detmerine inheritance features, default access types, etc
Commit: a3ebcd81bc08bc219832fb02d6f36aff4f97087b
https://github.com/hibernate/hibernate-core/commit/a3ebcd81bc08bc219832fb...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2011-04-11 (Mon, 11 Apr 2011)
Changed paths:
A hibernate-core/src/main/resources/org/hibernate/hibernate-configuration-3.0.xsd
A hibernate-core/src/main/resources/org/hibernate/hibernate-mapping-3.0.xsd
Log Message:
-----------
HHH-6080 Converted the Hibernate configuration and mapping dtd files into xsd files
Commit: 0d29c346ecc09c4abe41552829da621682bba2bc
https://github.com/hibernate/hibernate-core/commit/0d29c346ecc09c4abe4155...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2011-04-11 (Mon, 11 Apr 2011)
Changed paths:
M build.gradle
M hibernate-core/hibernate-core.gradle
M hibernate-core/src/main/java/org/hibernate/metamodel/source/Metadata.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/MetadataSourceQueue.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/OrmXmlParser.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HibernateXmlBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/util/DomHelper.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/util/xml/JaxbRoot.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/util/xml/JaxbRootImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/util/xml/Origin.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/util/xml/OriginImpl.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/util/xml/XmlHelper.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicHbmBindingTests.java
A
hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleVersionedEntity.xml
M
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilderTest.java
Log Message:
-----------
HHH-6111 enabling jaxb model generation for hbm configuration files
Compare:
https://github.com/hibernate/hibernate-core/compare/72a2862...0d29c34