Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: a19ce687a61f83fd545cd1065995349bc9f800b5
https://github.com/hibernate/hibernate-orm/commit/a19ce687a61f83fd545cd10...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2019-04-04 (Thu, 04 Apr 2019)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
M hibernate-core/src/main/java/org/hibernate/mapping/Formula.java
M hibernate-core/src/main/java/org/hibernate/mapping/OneToMany.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/entity/SingleTableEntityTypeDescriptor.java
M
hibernate-core/src/main/java/org/hibernate/sql/exec/internal/JdbcMutationExecutorImpl.java
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/spi/IntegerSqlDescriptor.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/deepcollectionelements/A.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/deepcollectionelements/B.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/deepcollectionelements/C.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/deepcollectionelements/DeepCollectionElementTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/embeddables/withcustomenumdef/Location.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/embeddables/withcustomenumdef/Query.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/indexedCollection/Contact.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/indexedCollection/Sale.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/recreate/Poi.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/recreate/PoiArrival.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/recreate/RaceExecution.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/recreate/RecreateCollectionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/engine/collection/Father.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/engine/collection/Mother.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/engine/collection/Son.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/array/A.hbm.xml
A hibernate-core/src/test/java/org/hibernate/orm/test/array/A.java
A hibernate-core/src/test/java/org/hibernate/orm/test/array/ArrayTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/array/B.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bidi/Auction.hbm.xml
A hibernate-core/src/test/java/org/hibernate/orm/test/bidi/Auction.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bidi/Auction2.hbm.xml
A hibernate-core/src/test/java/org/hibernate/orm/test/bidi/AuctionTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bidi/AuctionTest2.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bidi/Bid.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/collection/idbag/PersistentIdBagTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/list/PersistentListTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/map/PersistentMapTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/original/CollectionTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/set/PersistentSetTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/fetch/Branch.java
A hibernate-core/src/test/java/org/hibernate/orm/test/fetch/FetchingTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/fetch/Leaf.java
A hibernate-core/src/test/java/org/hibernate/orm/test/fetch/Person.java
A hibernate-core/src/test/java/org/hibernate/orm/test/fetch/Stay.java
A hibernate-core/src/test/java/org/hibernate/orm/test/idbag/Group.java
A hibernate-core/src/test/java/org/hibernate/orm/test/idbag/IdBagTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/idbag/User.java
A hibernate-core/src/test/java/org/hibernate/orm/test/idbag/UserGroup.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/list/ListMappingTest.java
R hibernate-core/src/test2/java/org/hibernate/test/array/A.hbm.xml
R hibernate-core/src/test2/java/org/hibernate/test/array/A.java
R hibernate-core/src/test2/java/org/hibernate/test/array/ArrayTest.java
R hibernate-core/src/test2/java/org/hibernate/test/array/B.java
R hibernate-core/src/test2/java/org/hibernate/test/bidi/Auction.hbm.xml
R hibernate-core/src/test2/java/org/hibernate/test/bidi/Auction.java
R hibernate-core/src/test2/java/org/hibernate/test/bidi/Auction2.hbm.xml
R hibernate-core/src/test2/java/org/hibernate/test/bidi/AuctionTest.java
R hibernate-core/src/test2/java/org/hibernate/test/bidi/AuctionTest2.java
R hibernate-core/src/test2/java/org/hibernate/test/bidi/Bid.java
M
hibernate-testing/src/main/java/org/hibernate/testing/junit5/SessionFactoryBasedFunctionalTest.java
Log Message:
-----------
Ported more tests