- 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.