EntityManager.find

Undocumented in source. Be warned that the author may not have intended to support it.
  1. EntityCollection!TEntity find(Query delegate(Query) @(safe) buildQuery)
    struct EntityManager(DatabaseDriver)
    @safe deprecated
    find
    (
    TEntity
    )
    (
    Query delegate @safe buildQuery
    )
    if (
    isEntityType!TEntity
    )
    if (
    isORMCompatible!DatabaseDriver
    )
  2. EntityCollection!TEntity find(void delegate(Statement) @(safe) bindValues)
  3. PreCollection!(TEntity, DatabaseDriver) find()

Meta