[hibernate/hibernate-orm] e9405f: HHH-1168 - Problem combining locking and paging on...
by GitHub
Branch: refs/heads/4.1
Home: https://github.com/hibernate/hibernate-orm
Commit: e9405fe0314e721e18c3af738055164b40eecf4e
https://github.com/hibernate/hibernate-orm/commit/e9405fe0314e721e18c3af7...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2012-11-20 (Tue, 20 Nov 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/LockOptions.java
M hibernate-core/src/main/java/org/hibernate/Query.java
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/QueryTranslatorImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
M hibernate-core/src/main/java/org/hibernate/internal/SQLQueryImpl.java
M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/CustomLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/hql/QueryLoader.java
A hibernate-core/src/test/java/org/hibernate/test/locking/paging/Door.java
A hibernate-core/src/test/java/org/hibernate/test/locking/paging/PagingAndLockingTest.java
M hibernate-core/src/test/resources/hibernate.properties
M hibernate-entitymanager/src/main/java/org/hibernate/ejb/QueryImpl.java
M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/QueryLockingTest.java
Log Message:
-----------
HHH-1168 - Problem combining locking and paging on Oracle
(cherry picked from commit 4b2871cfba53541d34a74a07b1fc588ce3eaaa51)
Conflicts:
hibernate-core/src/main/java/org/hibernate/internal/StoredProcedureOutputsImpl.java
hibernate-core/src/main/java/org/hibernate/loader/Loader.java
hibernate-core/src/main/java/org/hibernate/loader/collection/DynamicBatchingCollectionInitializerBuilder.java
hibernate-core/src/main/java/org/hibernate/loader/entity/DynamicBatchingEntityLoaderBuilder.java
hibernate-entitymanager/src/main/java/org/hibernate/ejb/QueryImpl.java
12 years
[hibernate/hibernate-orm] 4b2871: HHH-1168 - Problem combining locking and paging on...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 4b2871cfba53541d34a74a07b1fc588ce3eaaa51
https://github.com/hibernate/hibernate-orm/commit/4b2871cfba53541d34a74a0...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2012-11-20 (Tue, 20 Nov 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/QueryTranslatorImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
M hibernate-core/src/main/java/org/hibernate/internal/SQLQueryImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/StoredProcedureOutputsImpl.java
M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/DynamicBatchingCollectionInitializerBuilder.java
M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/CustomLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/DynamicBatchingEntityLoaderBuilder.java
M hibernate-core/src/main/java/org/hibernate/loader/hql/QueryLoader.java
A hibernate-core/src/test/java/org/hibernate/test/locking/paging/Door.java
A hibernate-core/src/test/java/org/hibernate/test/locking/paging/PagingAndLockingTest.java
M hibernate-core/src/test/resources/hibernate.properties
M hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/QueryImpl.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/lock/QueryLockingTest.java
Log Message:
-----------
HHH-1168 - Problem combining locking and paging on Oracle
12 years
[hibernate/hibernate-orm] 8acfa1: HHH-7702 Add support for collections of (aggregate...
by GitHub
Branch: refs/heads/metamodel
Home: https://github.com/hibernate/hibernate-orm
Commit: 8acfa1c37f3fd1efd85a9e9290ba832164fe49cb
https://github.com/hibernate/hibernate-orm/commit/8acfa1c37f3fd1efd85a9e9...
Author: Brett Meyer <brmeyer(a)redhat.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/CompositePluralAttributeElementSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Toy.java
Log Message:
-----------
HHH-7702 Add support for collections of (aggregated) composite elements
Commit: 1c992b1faf5745ecbc16955d9854dda63f985854
https://github.com/hibernate/hibernate-orm/commit/1c992b1faf5745ecbc16955...
Author: Brett Meyer <brmeyer(a)redhat.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/util/ReflectHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/ReflectionHelper.java
Log Message:
-----------
HHH-7803 Refactored the attribute type discovery and moved into
ReflectHelper
Commit: 037f081793ea0caa404a1a63d5c0577880dc067c
https://github.com/hibernate/hibernate-orm/commit/037f081793ea0caa404a1a6...
Author: Brett Meyer <brmeyer(a)redhat.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/CompositePluralAttributeElementSourceImpl.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Boy.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Toy.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java
Log Message:
-----------
HHH-7702 Add support for collections of (aggregated) composite elements
Compare: https://github.com/hibernate/hibernate-orm/compare/b0db6e345ee3...037f081...
12 years
[hibernate/hibernate-orm] ec7993: HHH-5910 - Fix and test
by GitHub
Branch: refs/heads/4.1
Home: https://github.com/hibernate/hibernate-orm
Commit: ec7993e20eaa1b0c1d7861c2443083c2f59d3ac5
https://github.com/hibernate/hibernate-orm/commit/ec7993e20eaa1b0c1d7861c...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.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/CollectionMetadataGenerator.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/tableperclass/abstractparent/AbstractEntity.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/abstractparent/AuditedAbstractParentTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/abstractparent/EffectiveEntity1.java
Log Message:
-----------
HHH-5910 - Fix and test
(cherry picked from commit c01dd40a6566b62e3ae85f6c0024c147cf2d78ff)
12 years
[hibernate/hibernate-orm] c01dd4: HHH-5910 - Fix and test
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: c01dd40a6566b62e3ae85f6c0024c147cf2d78ff
https://github.com/hibernate/hibernate-orm/commit/c01dd40a6566b62e3ae85f6...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.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/CollectionMetadataGenerator.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/tableperclass/abstractparent/AbstractEntity.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/abstractparent/AuditedAbstractParentTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/abstractparent/EffectiveEntity1.java
Log Message:
-----------
HHH-5910 - Fix and test
12 years
[hibernate/hibernate-orm] f75c7e: HHH-7436 : Add support for many-to-many associatio...
by GitHub
Branch: refs/heads/metamodel
Home: https://github.com/hibernate/hibernate-orm
Commit: f75c7eff593a46bffb4230fd696079e632616a24
https://github.com/hibernate/hibernate-orm/commit/f75c7eff593a46bffb4230f...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2012-11-16 (Fri, 16 Nov 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToManyPluralAttributeElementSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractEntitySourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ManyToManyPluralAttributeElementSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityBinding.java
M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/ManyToManyPluralAttributeElementBinding.java
M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ManyToManyPluralAttributeElementSource.java
M hibernate-core/src/test/java/org/hibernate/test/compositeelement/CompositeElementTest.java
M hibernate-core/src/test/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
M hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetCollectionEventTest.java
M hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetCollectionEventTest.java
M hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagCollectionEventTest.java
M hibernate-core/src/test/java/org/hibernate/test/exception/SQLExceptionConversionTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/CreateTest.java
M hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
M hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
M hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/MergeTest.java
M hibernate-core/src/test/java/org/hibernate/test/onetomany/OneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/test/ops/CreateTest.java
M hibernate-core/src/test/java/org/hibernate/test/ops/DeleteTest.java
M hibernate-core/src/test/java/org/hibernate/test/ops/GetLoadTest.java
M hibernate-core/src/test/java/org/hibernate/test/ops/MergeTest.java
M hibernate-core/src/test/java/org/hibernate/test/pagination/DistinctSelectTest.java
M hibernate-core/src/test/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java
M hibernate-core/src/test/java/org/hibernate/test/version/db/DbVersionTest.java
Log Message:
-----------
HHH-7436 : Add support for many-to-many associations to new metamodel
HHH-7436 : Add support for many-to-many associations to new metamodel
HHH-7436 : Add support for many-to-many associations to new metamodel
12 years