Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HHH-9265 preview - Extract EntityEntry behind a factory + interface #34

Open
wants to merge 2,448 commits into
base: master
Choose a base branch
from

Conversation

emmanuelbernard
Copy link
Owner

@Sanne here is the interface extraction for EntityEntry. Next is to work on the chaining approach.
I have something weird on my machine where gradle hangs, can you run the tests?

sebersole and others added 30 commits February 10, 2014 17:30
- unnecessary HashMap lookups
- size HashMap allocations appropriately
- a leak of tracked statements
- complex logging logic
StatefulPersistenceContext's Map#resize calls
…hen the session factory is built. This allows for Configuration#getProperties to return writable properties

Re-enabling tests which were based on the change in Configuration
stripped SQL generation from metamodel.spi.relational constraints,
created applyConstraints/dropConstraints on Dialect
ConstraintDelegate, created UK exporters for DB2 and Informix
explicit FK names, corrected default annotation values, initial unit
test
brmeyer and others added 29 commits May 23, 2014 17:49
(cherry picked from commit f549b88831ec23da7c44ef026b61f2cb8c5246ed)
…edOps() removed by HHH-9078; deprecate method added by HHH-9078

(cherry picked from commit 420296fd267c8bcf9501896fcc17446c55b1d272)
(cherry picked from commit d36b3a3e976faf0db8976c5e4a513216aead94cf)
This reverts 700a233, except for tests.
(cherry picked from commit 95070f50a9a1e4d7fb0e2ff06331a4c9ef440187)

Conflicts:
	hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/mappedsuperclasselement/CollectionOfMappedSuperclassComponentsTest.java
	hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/mappedsuperclass/EmbeddableWithDeclaredDataTest.java
	hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/mappedsuperclass/EmbeddableWithNoDeclaredDataTest.java
Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/generated/DefaultGeneratedValueTest.java
(cherry picked from commit dad4c64d5694262eee86f4645ac61dffa489b03e)

Conflicts:
	hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java
(cherry picked from commit af5791f6dd5b8b82e4786a146375e583c12037b7)

Conflicts:
	hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java
(cherry picked from commit 70532259faa14064cff8263cbb7ad6d82d607892)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/ops/MergeTest.java
	hibernate-core/src/test/resources/log4j.properties
…pies with dirty collections

(cherry picked from commit c7c5b015c134df993de4105a2bc3e70d7e14ad68)
(cherry picked from commit 2daaf9a1965b70897928ea222ea8708acaad3bbd)

Conflicts:
	hibernate-core/src/test/resources/log4j.properties
…ymanager test cases)

(cherry picked from commit 055b0cacaec4fbb136a1fc592fa00cb7e950eb61)
(cherry picked from commit 3a8041953d950db15513cecc36db38ee286c8a30)
Make sure serialization uses interface getters
…constructor call

serialization / deserialization is not dealt with so far
@Sanne
Copy link
Contributor

Sanne commented Jun 30, 2014

test are hanging here the same. BTW how many commits are in this PR? ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.