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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(HintVisitor visitor) booleaninthashCode()toString()Methods inherited from class org.iplass.mtp.entity.query.hint.HintexternalHint
- 
Constructor Details- 
NoBindHintpublic NoBindHint()
 
- 
- 
Method Details- 
accept
- 
accept
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-