接口的使用
org.hibernate.bytecode.enhance.spi.CollectionTracker
-
使用CollectionTracker的程序包 程序包 说明 org.hibernate.bytecode.enhance.internal.tracker specialized classes to keep track of changesorg.hibernate.engine.spi -
-
org.hibernate.bytecode.enhance.internal.tracker中CollectionTracker的使用
实现CollectionTracker的org.hibernate.bytecode.enhance.internal.tracker中的类 修饰符和类型 类 说明 classNoopCollectionTrackersmall low memory class to keep track of the number of elements in a collectionclassSimpleCollectionTrackersmall low memory class to keep track of the number of elements in a collection声明为CollectionTracker的org.hibernate.bytecode.enhance.internal.tracker中的字段 修饰符和类型 字段 说明 static CollectionTrackerNoopCollectionTracker. INSTANCE -
org.hibernate.engine.spi中CollectionTracker的使用
返回CollectionTracker的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 CollectionTrackerSelfDirtinessTracker. $$_hibernate_getCollectionTracker()Get access to the CollectionTracker
-