Package hydra.pg.query
Class MatchQuery
java.lang.Object
hydra.pg.query.MatchQuery
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Namestatic final Namestatic final Namefinal Booleanfinal List<Projection>static final Namefinal Maybe<Expression> -
Constructor Summary
ConstructorsConstructorDescriptionMatchQuery(Boolean optional, List<Projection> pattern, Maybe<Expression> where) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()withOptional(Boolean optional) withPattern(List<Projection> pattern) withWhere(Maybe<Expression> where)