Class EntityField
java.lang.Object
org.iplass.mtp.entity.query.value.ValueExpression
org.iplass.mtp.entity.query.value.primary.PrimaryValue
org.iplass.mtp.entity.query.value.primary.EntityField
- All Implemented Interfaces:
Serializable
,ASTNode
Entityの属性項目を表す。
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccept
(ASTTransformer transformer) void
accept
(ValueExpressionVisitor visitor) boolean
int
hashCode()
void
setPropertyName
(String propertyName) toString()
int
Methods inherited from class org.iplass.mtp.entity.query.value.ValueExpression
newValue
-
Constructor Details
-
EntityField
public EntityField() -
EntityField
-
-
Method Details
-
getPropertyName
-
setPropertyName
-
toString
-
accept
- Specified by:
accept
in classValueExpression
-
accept
-
unnestCount
public int unnestCount() -
hashCode
public int hashCode() -
equals
-