Interface ExtendedSelfDirtinessTracker

  • All Superinterfaces:
    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.
    • Method Detail

      • $$_hibernate_getCollectionFieldDirtyNames

        void $$_hibernate_getCollectionFieldDirtyNames​(org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker dirtyTracker)
      • $$_hibernate_areCollectionFieldsDirty

        boolean $$_hibernate_areCollectionFieldsDirty()
      • $$_hibernate_clearDirtyCollectionNames

        void $$_hibernate_clearDirtyCollectionNames()