Package | Description |
---|---|
org.hibernate.bytecode.enhance.internal.tracker |
specialized classes to keep track of changes
|
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
|
Copyright © 2019. All rights reserved.