Sanne Grinovero
b644b515ef
HHH-8878 Avoid hot allocation in PooledLoOptimizer
2014-02-26 18:32:34 -05:00
Sanne Grinovero
03fa305667
HHH-8878 Fix logged message about PooledLoOptimizer being created
2014-02-26 18:32:26 -05:00
Sanne Grinovero
7b3f1408f3
HHH-9001 Unnecessary Stack object being allocated in org.hibernate.engine.internal.Cascade
2014-02-26 17:37:29 -05:00
Brett Meyer
8f52c614c3
Revert "HHH-8945 introduced "hibernate.session.initial_capacity" to reduce"
...
This reverts commit 09ea1b33f9
.
2014-02-26 17:21:12 -05:00
Brett Meyer
14f757c87a
Revert "HHH-8945 increased default map size"
...
This reverts commit 8e5e8d1b14
.
2014-02-26 17:20:57 -05:00
Sanne Grinovero
d910feee22
HHH-8990 Improve backwards compatibility of 4.2 branch by reintroducing the deleted NonFlushedChanges interface
2014-02-26 17:14:10 -05:00
Sanne Grinovero
1be3e2407c
CheckStyle: Improve formatting of org.hibernate.event.spi.LoadEvent
2014-02-24 17:06:43 +00:00
Sanne Grinovero
5fa642ff72
HHH-8984 Reintroduce the previous EntityEntry constructor as a deprecated delegate (for stable branches only)
2014-02-24 16:33:07 +00:00
Sanne Grinovero
db2a38f5e2
HHH-8984 Removing the tenantid from EntityEntry (not being used)
2014-02-24 16:25:14 +00:00
Sanne Grinovero
68113fb35b
HHH-8984 EntityEntry slimming: remove EntityMode attribute
2014-02-24 16:12:49 +00:00
Sanne Grinovero
481f0e3c36
HHH-8991 Cache lookup of identifier Type and associated EntityPersister for each EntityType
2014-02-24 15:22:34 +00:00
Furkan Kamaci
0d253d8396
HHH-8989
...
Logic mismatch between AbstractQueryImpl and LimitHelper for setMaxResults(0) is fixed.
2014-02-20 14:50:30 -05:00
Brett Meyer
4fd94c1fd3
HHH-8983 log/clear Statement warnings on JdbcCoordinator#release
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java
2014-02-18 22:10:20 -05:00
Brett Meyer
0c0519ebb3
HHH-8961 corrected test failure
2014-02-18 15:59:58 -05:00
Sanne Grinovero
ec5987278d
HHH-8977 Guess reasonable size for ArrayList and IdentitySet for Query
...
perform
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/query/spi/HQLQueryPlan.java
2014-02-18 15:03:10 -05:00
Brett Meyer
8e5e8d1b14
HHH-8945 increased default map size
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
2014-02-18 14:54:42 -05:00
Sanne Grinovero
2df606036a
HHH-8954 Avoid LockOptions allocation in LoadEvent unless strictly required
2014-02-18 14:50:02 -05:00
Sanne Grinovero
a7910b19a4
HHH-8961 Reduce allocation cost of org.hibernate.cache.spi.CacheKey
...
instances
Remove tenantId field from CacheKey: use a different type when tenants
are needed. Also remove the Type as we should be able to rely on the
entityOrRoleName String.
Conflicts:
hibernate-core/src/main/java/org/hibernate/cache/spi/CacheKey.java
2014-02-18 14:42:45 -05:00
Sanne Grinovero
0c5c980790
HHH-8939 Reduce contention on initialization of ColumnNameCache instances by loaders
2014-02-18 14:29:04 -05:00
Brett Meyer
09ea1b33f9
HHH-8945 introduced "hibernate.session.initial_capacity" to reduce
...
StatefulPersistenceContext's Map#resize calls
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
2014-02-12 13:31:09 -05:00
Andrej Golovnin
8ec3c4a89f
HHH-8950 Avoid useless creation of an array in #getColumnSpan(Mapping).
2014-02-12 13:22:19 -05:00
Brett Meyer
7d828b1d25
HHH-8814 simplified the test a bit
2014-02-12 13:01:30 -05:00
Benoit GUERIN
949df8bd00
HHH-8814 : test case
2014-02-12 13:01:28 -05:00
Benoit GUERIN
2d8e5b4c25
HHH-8814 : Sequence generators on HSQLDB starts on 1 by default
2014-02-12 13:01:26 -05:00
Brett Meyer
e812a6ca3c
HHH-8946 corrected bug in register(ResultSet, Statement), improved
...
javadoc
2014-02-11 15:18:45 -05:00
Sanne Grinovero
265963c33b
HHH-8946 Optimize JdbcCoordinatorImpl for CPU performance
...
- unnecessary HashMap lookups
- size HashMap allocations appropriately
- a leak of tracked statements
- complex logging logic
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcCoordinatorImpl.java
2014-02-11 15:18:41 -05:00
Sanne Grinovero
d402c06170
HHH-8947 Optimize performance of ServiceRegistry for intense lookup,
...
small contents and almost no writes
Conflicts:
hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
2014-02-11 14:34:21 -05:00
Brett Meyer
5f3a02f5d7
HHH-3482 corrected imports
2014-02-10 17:24:09 -05:00
Brett Meyer
d60fc99dd4
HHH-3482 formatting
2014-02-10 17:10:47 -05:00
mukhanov
600369413d
HHH-3482 Fixed StatelessSession inserting bug + test
2014-02-10 17:10:46 -05:00
Brett Meyer
f19d43d92c
HHH-8845 formatting
2014-02-10 16:40:52 -05:00
Paul Lysak
460015469c
HHH-8845 - More informative error message
2014-02-10 16:40:50 -05:00
akotlyarov
74e926c9d5
HHH-7205: Added catching exception for executing session.get when session cache contains proxy for non-existing object
2014-02-10 16:33:45 -05:00
Brett Meyer
9069b4776d
HHH-7205 test assertion
2014-02-10 16:33:43 -05:00
akotlyarov
a1ea2deb7d
HHH-7205: Added test to show bug exists when execute session.get after session.load for not-existing entity
2014-02-10 16:33:41 -05:00
Brett Meyer
bfd63f1fec
HHH-8930 corrected overzealous commit
2014-02-10 13:56:11 -05:00
Thomas Jones-Low
9fa9c734da
HHH-8930 Make the rebuildSessionFactory() method be more aggressive
...
about closing
Conflicts:
hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
2014-02-10 12:19:05 -05:00
Thomas Jones-Low
af428a1273
HHH-8900 annotations OneToOne test fail with some sequence supporting
...
dialects
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
2014-02-10 12:12:09 -05:00
Brett Meyer
ae7d59529e
HHH-8942 log level checks should not be static
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
2014-02-07 11:14:51 -05:00
Sanne Grinovero
361929d269
HHH-8942 Micro polishing in hot method of TransactionCoordinatorImpl
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
2014-02-07 11:13:44 -05:00
Brett Meyer
e712a44ec3
HHH-8922 ClassLoaderServiceImpl#getResources should use LinkedHashSet to
...
preserve ordering
Conflicts:
hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
2014-02-07 10:07:31 -05:00
Brett Meyer
aad23dc804
HHH-8942 reorganized TransactionCoordinatorImpl#attemptToRegisterJtaSync
...
to further reduce log level checks
2014-02-07 09:57:21 -05:00
Brett Meyer
f7c7842cc4
HHH-8942 reduced logging hits in TransactionCoordinatorImpl
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
2014-02-06 14:07:08 -05:00
Brett Meyer
5a0a5025e7
HHH-8777 corrected configurations used in pom plugin
2014-02-04 12:32:30 -05:00
Brett Meyer
bd54dbbfc2
HHH-8747 evictQueryRegions should evict the default region
2014-02-04 12:32:27 -05:00
Brett Meyer
67dcb38b91
HHH-8777 dynamically generate descriptor dependencies
2014-02-04 10:06:41 -05:00
Jeremy Whiting
85792026ae
HHH-8777 Completed implementation of Maven Enhance Plugin fixing issue with
...
missing descriptor files. Mojo will automatically hook into build
lifecycle compile phase.
2014-02-04 10:06:39 -05:00
Brett Meyer
1dcdc445b4
HHH-8822 ValueHolder fields need to be transient if owned by a
...
Serializable class
Conflicts:
hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataImpl.java
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/spi/TypedValue.java
2014-01-30 11:54:31 -05:00
Brett Meyer
856721507c
HHH-8674 - fixed usage of deprecated method
...
Configuration#buildSessionFactory() in documentation
2014-01-28 17:19:45 -05:00
akotlyarov
ea256ac1d6
HHH-8674 - fixed usage of deprecated method Configuration#buildSessionFactory() in documentation
2014-01-28 17:19:42 -05:00