[hibernate/hibernate-core] d8fd8c: HHH-468 - MysqlDialect incorrectly maps java.lang....
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: d8fd8cd03b94c128c6110b34c96bb4c6effbc2b0
https://github.com/hibernate/hibernate-core/commit/d8fd8cd03b94c128c6110b...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-04-14 (Thu, 14 Apr 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/type/BooleanType.java
A hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BooleanTypeDescriptor.java
Log Message:
-----------
HHH-468 - MysqlDialect incorrectly maps java.lang.Boolean to SQL BIT
Commit: 74c6773c44296f2132ad916b6aaaa10ff743b795
https://github.com/hibernate/hibernate-core/commit/74c6773c44296f2132ad91...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-04-14 (Thu, 14 Apr 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClass.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchy.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilder.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/HibernateDotNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JPADotNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JandexHelper.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/MappedProperty.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ReflectionHelper.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilderTest.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/MetadataTools.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ClassTypeEntity.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
Log Message:
-----------
Merge branch 'master' of github.com:hibernate/hibernate-core
Compare: https://github.com/hibernate/hibernate-core/compare/5273a75...74c6773
13 years, 8 months
[hibernate/hibernate-core] 78ad67: HHH-6114 Determining inheritance strategy and star...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 78ad67cff61a5723c90aa0c1f92d9ec3d75240f4
https://github.com/hibernate/hibernate-core/commit/78ad67cff61a5723c90aa0...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2011-04-14 (Thu, 14 Apr 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClass.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchy.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JPADotNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JandexHelper.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/MappedProperty.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilderTest.java
Log Message:
-----------
HHH-6114 Determining inheritance strategy and starting to process mapped properties
Commit: 5273a7509437f5d0ca448bd262280340aac1ab92
https://github.com/hibernate/hibernate-core/commit/5273a7509437f5d0ca448b...
Author: Hardy Ferentschik <hardy(a)ferentschik.de>
Date: 2011-04-14 (Thu, 14 Apr 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClass.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchy.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilder.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/HibernateDotNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JPADotNames.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/MappedProperty.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ReflectionHelper.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilderTest.java
Log Message:
-----------
HHH-6114 Discovering mapped properties
Compare: https://github.com/hibernate/hibernate-core/compare/f27695b...5273a75
13 years, 8 months
[hibernate/hibernate-core] 8edc1f: HHH-6118 - Make Metadata more user-friendly API
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 8edc1f1880a42e39518b17aa95254eefd2151b81
https://github.com/hibernate/hibernate-core/commit/8edc1f1880a42e39518b17...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-04-13 (Wed, 13 Apr 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/Metadata.java
A hibernate-core/src/main/java/org/hibernate/metamodel/source/MetadataSources.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/JaxbHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataImpl.java
M 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/source/annotations/OrmXmlParserTests.java
Log Message:
-----------
HHH-6118 - Make Metadata more user-friendly API
13 years, 8 months