EntityRepository.count

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias count = CrudRepository!(T, ID).count
  2. long count(Condition condition)
  3. long count(Specification specification)
    class EntityRepository(T, ID)
    long
    count
    (
    Specification specification
    )
    if (
    is(T : Model)
    )

Meta