Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6fb622cdca02804d5cad6e9dffe56ef0f4b48d1a
https://github.com/hibernate/hibernate-orm/commit/6fb622cdca02804d5cad6e9...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/collections.adoc
M
hibernate-community-dialects/src/test/java/org/hibernate/community/dialect/AltibaseFunctionsTest.java
M
hibernate-community-dialects/src/test/java/org/hibernate/community/dialect/Person.java
R
hibernate-community-dialects/src/test/resources/org/hibernate/community/dialect/Person.hbm.xml
M hibernate-core/src/main/java/org/hibernate/annotations/CollectionId.java
A hibernate-core/src/main/java/org/hibernate/annotations/CollectionIdJavaClass.java
M hibernate-core/src/main/java/org/hibernate/annotations/CollectionIdJavaType.java
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbAnyMapping.java
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbBasicMapping.java
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbEmbeddable.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/BasicValueBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/ComponentPropertyHolder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/IdGeneratorResolverSecondPass.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
A
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJavaClassAnnotation.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ManyToAnyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/internal/ModelsHelper.java
A
hibernate-core/src/main/java/org/hibernate/boot/models/xml/UnknownAttributeTypeException.java
A
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/DynamicModelHelper.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/ManagedTypeProcessor.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/SimpleTypeInterpretation.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/XmlAnnotationHelper.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/AnyMappingAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/CommonPluralAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/PluralAnyMappingAttributeProcessing.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/xml/spi/XmlDocumentContext.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataContext.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-7.0.xsd
R
hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/cid/MyInterface.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/cid/MyInterfaceImpl.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/Address.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/AddressImpl.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/Server.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/ServerImpl.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/ConfigurationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/bytecode/Hammer.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/bytecode/ProxyBreakingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/bytecode/Tool.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetchprofile/FetchProfileTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/A.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/AImpl.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/B.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/BImpl.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/CloudType.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/Government.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/HbmTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/HbmWithIdentityTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/PreParsedHbmXmlTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/PrimeMinister.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/Sky.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/Z.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/ZImpl.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/Address.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/AnyEagerHbmTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/AnyLazyHbmTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/AnyTypeTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/ComplexPropertyValue.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/IntegerPropertyValue.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/Person.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/PropertySet.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/PropertyValue.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/StringPropertyValue.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/Address.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/AnyContainer.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/AnyTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/ComplexPropertyValue.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/IntegerPropertyValue.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/Mapper.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/Person.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/PropertySet.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/PropertyValue.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/StringPropertyValue.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/AnyEagerXmlTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/AnyLazyXmlTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/NamedAnyContainer.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/NamedIntegerProperty.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/NamedProperty.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/NamedStringProperty.java
M hibernate-core/src/test/java/org/hibernate/orm/test/array/ArrayTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/batch/BatchTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/BasicComposition.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/BasicEntity.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/BasicTransformationTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/TransformationHelper.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/internal/GenerationTimingConverterTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/internal/RepresentationModeConverterTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/internal/XmlBindingChecker.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/foreigngenerator/ForeignGeneratorTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/foreigngenerator/Info.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/foreigngenerator/Thing.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/_extends/ExtendsTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/collections/list/Category.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/collections/list/ListTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/collections/list/Root.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/collections/list/User.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/entityname/Address.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/entityname/DuplicateClassMappingTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/foreigngenerator/ForeignGeneratorTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/foreigngenerator/Info.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/foreigngenerator/Thing.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/intf/IPerson.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/intf/InterfaceMappingTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/intf/Person.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/inverse/Customer.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/inverse/Order.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/inverse/SimpleInverseTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/join/SecondaryTableTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/joinformula/JoinColumnAndFormulaTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/joinformula/ManyToOneTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/joinformula/OneToOneTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/mappedsuper/Base.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/mappedsuper/ImpliedMappedSuperTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/mappedsuper/Thing1.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/mappedsuper/Thing2.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/notfound/HbmNotFoundTransformationTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/properties/Address.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/properties/PropertiesGroupingTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/properties/Server.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/propertyref/CompositeManyToOnePropertyRefTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/propertyref/GroupedPropertyRefTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/propertyref/ManyToOnePropertyRefTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/propertyref/ReferenceManyToOneTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/propertyref/ReferenceOneToOneTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/type/ReflectiveTypeTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/type/SpecialTypeTransformationTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/XmlProcessingSmokeTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/column/transform/ModelTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/DynamicModelTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/DynamicTypingTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cacheable/CacheableHbmXmlTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdBasicBindingTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdBasicTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdBasicUsageTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdManyToOneBindingTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdManyToOneTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdManyToOneUsageTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/simple/dynamic/SimpleDynamicHbmTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/simple/dynamic/SimpleDynamicXmlTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/simple/pojo/SimpleHbmTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/simple/pojo/SimplePojoXmlTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/mixed/HBMEntity.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/mixed/HBMManyToOneAnnotationMissingPrimaryKeyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/mixed/MixedMappingPkFkTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/mixed/XMLMappingDisabledTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/mixed/XmlEntity.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/InvocationTargetExceptionTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/ProxyBean.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/backref/BackrefCompositeMapKeyTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/cfg/CacheableFileTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/cfg/PropertyAccessTypeDetectionTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/cfg/PropertyAccessTypeDetectionType.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/bag/PersistentBagTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/dynamicmap/CustomEntityNameResolverTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dynamicmap/DynamicMapTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/dynamicmap/MixedModelTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/ASTParserLoadingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/metamodel/AbstractJpaMetamodelPopulationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/fetch/subselect/SubselectFetchTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/fetch/subselect/SubselectFetchWithFormulaTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/fetch/subselect/SubselectFetchWithFormulaTransactSqlTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/typedef/NamedEnumUserTypeTest.java
R hibernate-core/src/test/resources/mappings/hbm/basic.xml
R hibernate-core/src/test/resources/mappings/hbm/simple.xml
R hibernate-core/src/test/resources/mappings/models/column/transform/hbm.xml
M hibernate-core/src/test/resources/mappings/models/complete/discriminator-value.xml
M
hibernate-core/src/test/resources/mappings/models/dynamic/dynamic-named-entity-graph.xml
M hibernate-core/src/test/resources/mappings/models/dynamic/dynamic-semi-simple.xml
A hibernate-core/src/test/resources/mappings/models/dynamic/dynamic-typing.xml
R hibernate-core/src/test/resources/mappings/models/hbm/entityname/hbm.xml
M
hibernate-core/src/test/resources/mappings/models/hbm/extends/discriminated-separate.xml
R
hibernate-core/src/test/resources/mappings/models/hbm/extends/discriminated-structured.xml
R hibernate-core/src/test/resources/mappings/models/hbm/intf/mapped-interface.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/inverse/hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/inverse/mapping.xml
R hibernate-core/src/test/resources/mappings/models/hbm/join/hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/join/mapping.xml
R
hibernate-core/src/test/resources/mappings/models/hbm/joinformula/many-to-one-join-column-and-formula.xml
R hibernate-core/src/test/resources/mappings/models/hbm/joinformula/many-to-one.xml
R hibernate-core/src/test/resources/mappings/models/hbm/joinformula/one-to-one.xml
R hibernate-core/src/test/resources/mappings/models/hbm/list/hbm.xml
A hibernate-core/src/test/resources/mappings/models/hbm/list/mapping.xml
R
hibernate-core/src/test/resources/mappings/models/hbm/mappedsuper/implied-mapped-super.xml
R hibernate-core/src/test/resources/mappings/models/hbm/notfound/Person2.hbm.xml
A hibernate-core/src/test/resources/mappings/models/hbm/notfound/mapping.xml
R hibernate-core/src/test/resources/mappings/models/hbm/properties/standard.hbm.xml
R
hibernate-core/src/test/resources/mappings/models/hbm/propertyref/composite-many-to-one.hbm.xml
R
hibernate-core/src/test/resources/mappings/models/hbm/propertyref/many-to-one.hbm.xml
R
hibernate-core/src/test/resources/mappings/models/hbm/propertyref/properties.hbm.xml
R
hibernate-core/src/test/resources/mappings/models/hbm/propertyref/ref-many-to-one.hbm.xml
R
hibernate-core/src/test/resources/mappings/models/hbm/propertyref/ref-one-to-one.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/transform2/person.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/transform2/person.xml
M hibernate-core/src/test/resources/mappings/models/hbm/type/basics.xml
M hibernate-core/src/test/resources/mappings/models/hbm/type/element-collections.xml
A hibernate-core/src/test/resources/mappings/models/join/mapping.xml
A
hibernate-core/src/test/resources/mappings/models/joinformula/many-to-one-join-column-and-formula.xml
A hibernate-core/src/test/resources/mappings/models/joinformula/many-to-one.xml
A hibernate-core/src/test/resources/mappings/models/joinformula/one-to-one.xml
R hibernate-core/src/test/resources/mappings/subselectfetch/Name.hbm.xml
R hibernate-core/src/test/resources/mappings/subselectfetch/NameTransactSql.hbm.xml
R hibernate-core/src/test/resources/mappings/subselectfetch/ParentChild.hbm.xml
R hibernate-core/src/test/resources/mappings/subselectfetch/Value.hbm.xml
A hibernate-core/src/test/resources/mappings/subselectfetch/name-tsql.xml
A hibernate-core/src/test/resources/mappings/subselectfetch/name.xml
A hibernate-core/src/test/resources/mappings/subselectfetch/parent-child.xml
A hibernate-core/src/test/resources/mappings/subselectfetch/value.xml
R
hibernate-core/src/test/resources/mappings/type/custom/typedef/PersonNamedEnumsUserType.xml
R
hibernate-core/src/test/resources/org/hibernate/jpa/test/metamodel/SimpleEntity.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/jpa/test/metamodel/SimpleEntity.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/Mappings.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/Boat.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/Ferry.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/bytecode/Hammer.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/derivedidentities/e1/b/specjmapid/lazy/hbm_order.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/fetchprofile/mappings.hbm.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/fetchprofile/mappings.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/hibernate.cfg.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/xml/hbm/A.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/xml/hbm/B.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/xml/hbm/CloudType.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/xml/hbm/Government.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/xml/hbm/pre-parsed-hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/any/hbm/AnyTestEagerPropertySet.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/any/hbm/AnyTestLazyPropertySet.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/any/hbm/Person.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/any/hbm/Properties.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml/Person.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml/Properties.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml2/NamedAnyContainerEager.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml2/NamedAnyContainerLazy.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml2/NamedProperties.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/array/A.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/array/A.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/batch/DataPoint.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/batch/DataPoint.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/BadMapping.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/cacheable/SimpleEntity.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdBasic.hbm.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdBasic.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdManyToOne.hbm.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdManyToOne.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/simple/dynamic/SimpleDynamicEntity.hbm.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/simple/dynamic/SimpleDynamicEntity.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/simple/pojo/SimpleEntity.hbm.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/simple/pojo/SimpleEntity.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/mixed/HBMEntity.hbm.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/mixed/XmlEntity.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bytecode/Bean.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bytecode/Bean.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/cache/hhh13179/DiscriminatorSubclassPerson.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/cache/hhh13179/JoinedSubclassPerson.hbm.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/cache/hhh13179/UnionSubclassPerson.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cfg/Cacheable.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cfg/FooEntity.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cfg/FooEntity.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/collection/backref/map/compkey/Mappings.hbm.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/collection/backref/map/compkey/Mappings.xml
R
hibernate-core/src/test/resources/org/hibernate/orm/test/collection/bag/Mappings.hbm.xml
A
hibernate-core/src/test/resources/org/hibernate/orm/test/collection/bag/Mappings.xml
M
hibernate-core/src/test/resources/org/hibernate/orm/test/collection/idbag/Mappings.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/dynamicmap/Test.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/dynamicmap/Test.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/dynamicmap/artist.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/dynamicmap/artist.xml
M whats-new.adoc
Log Message:
-----------
HHH-19324 - Switch tests using hbm.xml to use mapping.xml
HHH-19310 - Simplified declaration of type for basic mappings in XML
HHH-19422 - Introduce @CollectionIdJavaClass
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications