Package | Description |
---|---|
org.hibernate.bytecode.enhance.internal.tracker |
specialized classes to keep track of changes
|
org.hibernate.engine.spi |
Modifier and Type | Class and Description |
---|---|
class |
SimpleFieldTracker
small low memory class to keep track of changed fields
uses an array as a set (under the assumption that the number of elements will be low) to avoid having to instantiate an HashSet.
|
class |
SortedFieldTracker
small low memory class to keep track of changed fields
similar to BasicTracker but where the array is kept ordered to reduce the cost of verifying duplicates
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedSelfDirtinessTracker.$$_hibernate_getCollectionFieldDirtyNames(DirtyTracker dirtyTracker) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.