Package org.iplass.mtp.entity.query.hint
Class NoBindHint
java.lang.Object
org.iplass.mtp.entity.query.hint.Hint
org.iplass.mtp.entity.query.hint.EQLHint
org.iplass.mtp.entity.query.hint.NoBindHint
- All Implemented Interfaces:
Serializable
,ASTNode
EQLに対して、実際にDataStoreにクエリー発行する際にバインド変数(JDBCの場合PrepareStatement)を利用しないことを指定するヒント句です。
ServiceConfigの設定により、常時バインドするように設定されている場合、特定のEQLをバインドせずに実行するために指定可能です。
no bindヒントを追加したEQL例:
select /*+ no_bind */ a, b from SampleEntity where c.x='hoge' and a=1 and b=15- 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
-
NoBindHint
public NoBindHint()
-
-
Method Details
-
accept
-
accept
-
hashCode
public int hashCode() -
equals
-
toString
-