public static interface

EntityEngine.WhereEqualAndContext

implements EntityEngine.WhereContext<E>
com.atlassian.jira.entity.EntityEngine.WhereEqualAndContext<E>
Known Indirect Subclasses

Summary

Public Methods
WhereEqualAndContext<E> andEqual(String fieldName, Long value)
WhereEqualAndContext<E> andEqual(String fieldName, String value)
[Expand]
Inherited Methods
From interface com.atlassian.jira.entity.EntityEngine.WhereContext

Public Methods

public WhereEqualAndContext<E> andEqual (String fieldName, Long value)

public WhereEqualAndContext<E> andEqual (String fieldName, String value)