接口的使用
org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
-
使用DirtyTracker的程序包 程序包 说明 org.hibernate.bytecode.enhance.internal.tracker specialized classes to keep track of changesorg.hibernate.engine.spi -
-
org.hibernate.bytecode.enhance.internal.tracker中DirtyTracker的使用
实现DirtyTracker的org.hibernate.bytecode.enhance.internal.tracker中的类 修饰符和类型 类 说明 classSimpleFieldTrackersmall low memory class to keep track of changed fieldsclassSortedFieldTrackersmall 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 -
org.hibernate.engine.spi中DirtyTracker的使用
参数类型为DirtyTracker的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 voidExtendedSelfDirtinessTracker. $$_hibernate_getCollectionFieldDirtyNames(DirtyTracker dirtyTracker)
-