EntityRepository.find

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T find(Condition condition)
    class EntityRepository(T, ID)
    T
    find
    (
    Condition condition
    )
    if (
    is(T : Model)
    )
  2. T find(ID id)

Meta