public final class Isolation extends TransactionMode
| Modifier and Type | Class and Description |
|---|---|
static class |
Isolation.Level |
| Constructor and Description |
|---|
Isolation(Isolation.Level level) |
Isolation(NodeLocation location,
Isolation.Level level) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object obj) |
List<Node> |
getChildren() |
Isolation.Level |
getLevel() |
int |
hashCode() |
String |
toString() |
getLocationpublic Isolation(Isolation.Level level)
public Isolation(NodeLocation location, Isolation.Level level)
public Isolation.Level getLevel()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.accept in class TransactionModepublic List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.