EntityRepository.find

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

Meta