Package org.iplass.mtp.entity.query.hint
Class IndexHint
java.lang.Object
org.iplass.mtp.entity.query.hint.Hint
org.iplass.mtp.entity.query.hint.EQLHint
org.iplass.mtp.entity.query.hint.IndexHint
- All Implemented Interfaces:
Serializable
,ASTNode
EQLに対して、propertyNameListで指定されるプロパティのINDEXの利用を明示的に指定するヒント句です。
ただし、実際の物理テーブルにおいて、当該INDEXから駆動されるかどうかは、データベースのオプティマイザの判断によります。
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccept
(ASTTransformer transformer) void
accept
(HintVisitor visitor) boolean
int
hashCode()
void
setPropertyNameList
(List<String> propertyNameList) toString()
Methods inherited from class org.iplass.mtp.entity.query.hint.Hint
externalHint
-
Constructor Details
-
IndexHint
public IndexHint() -
IndexHint
-
IndexHint
-
-
Method Details
-
getPropertyNameList
-
setPropertyNameList
-
add
-
hashCode
public int hashCode() -
equals
-
toString
-
accept
-
accept
-