List of usage examples for javax.transaction Transaction hashCode
@HotSpotIntrinsicCandidate public native int hashCode();
From source file:org.nuxeo.ecm.core.management.jtajca.internal.DefaultTransactionMonitor.java
public static String id(Transaction tx) { return Integer.toHexString(tx.hashCode()); }