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