Serializable != Synchronized, especially not with Oracle
Recently I wrote some database code and tried to convince myself that it was threadsafe. I realized I’d made a basic mistake about the serializable isolation level, and thought it was worth a quick blog entry to post the explanation, in case anyone else runs into this situation. The problem can be represented by this […]
Also tagged Oracle, serializable, synchronized