EntityRepository

Undocumented in source.

Constructors

this
this(EntityManager manager)
Undocumented in source.

Members

Aliases

count
alias count = CrudRepository!(T, ID).count
Undocumented in source.
findAll
alias findAll = CrudRepository!(T, ID).findAll
Undocumented in source.

Functions

count
long count(Condition condition)
Undocumented in source. Be warned that the author may not have intended to support it.
count
long count(Specification specification)
Undocumented in source. Be warned that the author may not have intended to support it.
find
T find(Condition condition)
Undocumented in source. Be warned that the author may not have intended to support it.
find
T find(ID id)
Undocumented in source. Be warned that the author may not have intended to support it.
findAll
T[] findAll(Sort sort)
Undocumented in source. Be warned that the author may not have intended to support it.
findAll
T[] findAll(Condition condition)
Undocumented in source. Be warned that the author may not have intended to support it.
findAll
T[] findAll(Comparison!R condition)
Undocumented in source. Be warned that the author may not have intended to support it.
findAll
T[] findAll(Specification specification)
Undocumented in source. Be warned that the author may not have intended to support it.
findAll
T[] findAll(Condition condition, Sort sort)
Undocumented in source. Be warned that the author may not have intended to support it.
findAll
T[] findAll(Specification specification, Sort sort)
Undocumented in source. Be warned that the author may not have intended to support it.
findAll
Page!T findAll(Pageable pageable)
Undocumented in source. Be warned that the author may not have intended to support it.
findAll
Page!T findAll(Condition condition, Pageable pageable)
findAll
Page!T findAll(Specification specification, Pageable pageable)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

Field
deprecated Member!T Field [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
field
Member!T field [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

initObjects
string initObjects()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta