Interface ExtendedSelfDirtinessTracker

All Superinterfaces:
PrimeAmongSecondarySupertypes, SelfDirtinessTracker

public interface ExtendedSelfDirtinessTracker extends 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 Details

  • Method Details

    • $$_hibernate_getCollectionFieldDirtyNames

      void $$_hibernate_getCollectionFieldDirtyNames(DirtyTracker dirtyTracker)
    • $$_hibernate_areCollectionFieldsDirty

      boolean $$_hibernate_areCollectionFieldsDirty()
    • $$_hibernate_clearDirtyCollectionNames

      void $$_hibernate_clearDirtyCollectionNames()
    • $$_hibernate_removeDirtyFields

      void $$_hibernate_removeDirtyFields(LazyAttributeLoadingInterceptor lazyInterceptor)