Interface ExtendedSelfDirtinessTracker
- All Superinterfaces:
PrimeAmongSecondarySupertypes, SelfDirtinessTracker
A self dirtiness tracker that declares additional methods that are intended for
internal communication. This interface can be implemented optionally instead of
the plain
SelfDirtinessTracker.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoid$$_hibernate_getCollectionFieldDirtyNames(org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker dirtyTracker) void$$_hibernate_removeDirtyFields(LazyAttributeLoadingInterceptor lazyInterceptor) Methods inherited from interface PrimeAmongSecondarySupertypes
asCompositeOwner, asCompositeTracker, asHibernateProxy, asManaged, asManagedComposite, asManagedEntity, asManagedMappedSuperclass, asPersistentAttributeInterceptable, asProxyConfiguration
-
Field Details
-
REMOVE_DIRTY_FIELDS_NAME
- See Also:
-
-
Method Details
-
$$_hibernate_getCollectionFieldDirtyNames
void $$_hibernate_getCollectionFieldDirtyNames(org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker dirtyTracker) -
$$_hibernate_areCollectionFieldsDirty
boolean $$_hibernate_areCollectionFieldsDirty() -
$$_hibernate_clearDirtyCollectionNames
void $$_hibernate_clearDirtyCollectionNames() -
$$_hibernate_removeDirtyFields
-