Sanne Grinovero
|
40b30fa099
|
HHH-13600 Avoid capturing lambdas in ParameterTranslationsImpl
|
2019-08-28 11:56:37 +01:00 |
Sanne Grinovero
|
c8a36cd961
|
HHH-13600 Extracting some more constants from loops
|
2019-08-28 11:56:35 +01:00 |
Sanne Grinovero
|
9f71bd890d
|
HHH-13600 Unguarded log statement in CollectionCacheInvalidator
|
2019-08-28 11:56:33 +01:00 |
Sanne Grinovero
|
86e498f4f7
|
HHH-13600 Avoid capturing lambdas in AbstractDomainDataRegion construction
|
2019-08-28 11:56:31 +01:00 |
Sanne Grinovero
|
3d715c0ae8
|
HHH-13600 Extract Alias allocation from loop in AbstractCollectionPersister
|
2019-08-28 11:56:28 +01:00 |
Sanne Grinovero
|
bcbfea7724
|
HHH-13599 Avoid ArrayList allocation in JtaTransactionCoordinatorImp in common scenario
|
2019-08-27 18:25:36 +01:00 |
Chris Cranford
|
5c95096e7c
|
HHH-13564 - Fix NullPointerException for audited entity with embedded-id
in mapping superclass that makes use of generics.
|
2019-08-23 15:04:52 -04:00 |
Sanne Grinovero
|
44c6f0fa3f
|
HHH-13595 Remove the invocations to the no-op methods of ConnectionObserver
|
2019-08-23 15:41:12 +01:00 |
Sanne Grinovero
|
db92f7aa00
|
HHH-13595 Small tuning of JdbcObserverImpl
|
2019-08-23 15:41:12 +01:00 |
Sanne Grinovero
|
c94117cedc
|
HHH-13595 Deprecate ConnectionObserver
|
2019-08-23 15:36:54 +01:00 |
Elena Felder
|
952bf6f9c0
|
HHH-13412 Added link for predefined properties, warning that not all settings apply to all situations
|
2019-08-23 12:59:58 +01:00 |
Elena Felder
|
ba1f15553c
|
HHH-13412 Remove stray newlines
|
2019-08-23 12:59:52 +01:00 |
Elena Felder
|
13afce9afb
|
HHH-13412 Move custom driver properties into their own section
|
2019-08-23 12:59:46 +01:00 |
Yoann Rodière
|
5fc6012449
|
HHH-13592 Populate AutoFlushEvent#isFlushRequired with the correct value
|
2019-08-22 12:07:24 -07:00 |
Yoann Rodière
|
618a502dac
|
HHH-13592 Test AutoFlushEvent#isFlushRequired
|
2019-08-22 12:07:24 -07:00 |
Sanne Grinovero
|
9bfffd85d7
|
HHH-13565 Ensure all events from EventListenerGroup can be fired without allocations
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
646a8756a9
|
HHH-13565 Making SessionFactoryImpl#LockOptions lazily initialized as well
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
2de048fde5
|
HHH-13565 Prepare the most commonly needed SessionBuilder instances in advance
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
cc39f54717
|
HHH-13565 Micro cleanup of Trace level checks
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
91299aeb7f
|
HHH-13565 Remove some dead code from SessionImpl
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
b8f3fc3616
|
HHH-13565 Convert iteration of event listeners to be allocation free
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
269d5f8358
|
HHH-13565 Review allocations for default SessionEventListener instances
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
4b2f056a63
|
HHH-13565 Avoid allocating ArrayList of ConnectionObserver instances on each Session
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
4ef8030f51
|
HHH-13565 Move field SessionImpl#discardOnClose to FastSessionServices as well
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
e23e6a73e6
|
HHH-13565 Extract Session properties to avoid eager initialization of Map<String,Object> properties
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
457e9b61fa
|
HHH-13565 Formatting improvements
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
bc5b3c028f
|
HHH-13565 Remove some related dead code
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
be9fe27592
|
HHH-13565 Promote to FastSessionServices: isJtaTransactionAccessible
|
2019-08-22 13:51:36 +01:00 |
Sanne Grinovero
|
8931ef0962
|
HHH-13565 Promote JDBCServices as hot service to be retrieved from FastSessionService as well
|
2019-08-22 13:51:32 +01:00 |
Sanne Grinovero
|
185ef2edb7
|
HHH-13565 Extract some hot ServiceRegistry services as well
|
2019-08-22 09:26:16 +01:00 |
Sanne Grinovero
|
72ce71ef10
|
HHH-13565 Dialect is another constant
|
2019-08-22 09:26:16 +01:00 |
Sanne Grinovero
|
8a3c1ee504
|
HHH-13565 Promote field useStreamForLobBinding as cross-Session constant
|
2019-08-22 09:26:16 +01:00 |
Sanne Grinovero
|
a39acebde8
|
HHH-13565 Move field AbstractSharedSessionContract#disallowOutOfTransactionUpdateOperations to constants in FastSessionServices
|
2019-08-22 09:26:16 +01:00 |
Sanne Grinovero
|
5eaa1498df
|
HHH-13565 Session opening efficiency: introduce FastSessionServices and design for shared services among sessions
|
2019-08-22 09:26:16 +01:00 |
Sanne Grinovero
|
408275ddec
|
HHH-13594 ResourceRegistryStandardImpl#release could avoid allocating a capturing lambda
|
2019-08-20 19:12:21 +01:00 |
Sanne Grinovero
|
4661efa468
|
HHH-13591 Fixing formatting of previous patch
|
2019-08-20 08:44:51 +01:00 |
Carsten Hammer
|
19ac013eeb
|
HHH-13591 Replaces simple uses of array iteration with a corresponding for-each loop
|
2019-08-20 08:44:39 +01:00 |
Ladislav Kulhanek
|
e0f4047429
|
HHH-12993 Omit joining of superclass table when querying subclass only
|
2019-08-19 10:11:29 -05:00 |
Sanne Grinovero
|
da847f4b57
|
HHH-13587 Avoid using deprecated PersistenceContext#getCollectionEntries in tests
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
7531ed793a
|
HHH-13587 Make StatefulPersistenceContext#entitiesByUniqueKey lazily initialized as well
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
05b888e0c0
|
HHH-13587 Make StatefulPersistenceContext#arrayHolders lazily initialized as well
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
dbbc24c2e1
|
HHH-13587 Make StatefulPersistenceContext#nonlazyCollections a lazily initialized field
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
690a8d5520
|
HHH-13587 Make StatefulPersistenceContext#collectionEntries also lazily initialized
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
3b30c60ce3
|
HHH-13587 Introduce SPI method PersistenceContext#getCollectionEntriesSize()
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
0d10174c23
|
HHH-13587 Make StatefulPersistenceContext#parentsByChild a lazily initialized IdentityHashMap
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
1101727a4f
|
HHH-13587 StatefulPersistenceContext#unownedCollections was almost fully lazy already
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
a11359524b
|
HHH-13587 Lazily initialize ConcurrentReferenceHashMap proxiesByKey in StatefulPersistenceContext
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
0538b97d6a
|
HHH-13587 Allocate StatefulPersistenceContext#naturalIdXrefDelegate lazily
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
aae670b9b3
|
HHH-13587 Allocate StatefulPersistenceContext#nullAssociations lazily
|
2019-08-19 14:18:28 +01:00 |
Sanne Grinovero
|
5bbf417c52
|
HHH-13587 Allocate StatefulPersistenceContext#nullifiableEntityKeys lazily
|
2019-08-19 14:18:28 +01:00 |