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.
    • Field Detail

      • REMOVE_DIRTY_FIELDS_NAME

        static final java.lang.String REMOVE_DIRTY_FIELDS_NAME
        See Also:
        Constant Field Values
    • 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()