Interface VersioningSupplement<T>

    • Method Detail

      • incrementVersion

        void incrementVersion​(@Nullable
                              T object,
                              @Nullable
                              org.hibernate.Session session)
        Increments the version of the given object.
        Parameters:
        object - the object to increment the version of
        session - the session to use for incrementing the version