Class AbstractEnlistmentAdapter

    • Constructor Detail

      • AbstractEnlistmentAdapter

        public AbstractEnlistmentAdapter​(CacheTransaction cacheTransaction)
      • AbstractEnlistmentAdapter

        public AbstractEnlistmentAdapter()
    • Method Detail

      • hashCode

        public final int hashCode()
        Invoked by TransactionManagers, make sure it's an efficient implementation. System.identityHashCode(x) is NOT an efficient implementation.
        Overrides:
        hashCode in class Object