Package com.querydsl.core.types
Class HashCodeVisitor
java.lang.Object
com.querydsl.core.types.HashCodeVisitor
HashCodeVisitor is used for hashCode generation in Expression implementations.- Author:
- tiwe
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionVisit a Constant instance with the given contextvisit(FactoryExpression<?> expr, Void context) Visit a FactoryExpression instance with the given contextVisit an Operation instance with the given contextvisit(ParamExpression<?> expr, Void context) Visit a ParamExpression instance with the given contextVisit a Path instance with the given contextvisit(SubQueryExpression<?> expr, Void context) Visit a SubQueryExpression instance with the given contextvisit(TemplateExpression<?> expr, Void context) Visit a TemplateExpression instance with the given context
-
Field Details
-
DEFAULT
-
-
Method Details
-
visit
Description copied from interface:VisitorVisit a Constant instance with the given context -
visit
Description copied from interface:VisitorVisit a FactoryExpression instance with the given context -
visit
Description copied from interface:VisitorVisit an Operation instance with the given context -
visit
Description copied from interface:VisitorVisit a ParamExpression instance with the given context -
visit
Description copied from interface:VisitorVisit a Path instance with the given context -
visit
Description copied from interface:VisitorVisit a SubQueryExpression instance with the given context -
visit
Description copied from interface:VisitorVisit a TemplateExpression instance with the given context
-