public static interface

EntityEngine.SelectFromContext

com.atlassian.jira.entity.EntityEngine.SelectFromContext<E>

Summary

Public Methods
WhereContext<E> findAll()
E findById(Long id)
WhereEqualContext<E> whereEqual(String fieldName, Long value)
WhereEqualContext<E> whereEqual(String fieldName, String value)

Public Methods

public WhereContext<E> findAll ()

public E findById (Long id)

public WhereEqualContext<E> whereEqual (String fieldName, Long value)

public WhereEqualContext<E> whereEqual (String fieldName, String value)