Package org.iplass.mtp.entity.query.hint
Class ReadOnlyHint
java.lang.Object
org.iplass.mtp.entity.query.hint.Hint
org.iplass.mtp.entity.query.hint.EQLHint
org.iplass.mtp.entity.query.hint.ReadOnlyHint
- All Implemented Interfaces:
Serializable
,ASTNode
This is a hint clause if this EQL can be issued as a ReadOnly transaction.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccept
(ASTTransformer transformer) void
accept
(HintVisitor visitor) boolean
int
hashCode()
toString()
Methods inherited from class org.iplass.mtp.entity.query.hint.Hint
externalHint
-
Constructor Details
-
ReadOnlyHint
public ReadOnlyHint()
-
-
Method Details
-
accept
-
accept
-
toString
-
hashCode
public int hashCode() -
equals
-