- countlong count() 
- countlong count(string fieldName) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- createEntityManagerEntityManager createEntityManager() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- entityManagerEntityManager entityManager() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- existsByIdbool existsById(ID id) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- findAllT[] findAll() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- findAllByIdT[] findAllById(ID[] ids) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- findByIdT findById(ID id) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getEntityManagerEntityManager getEntityManager() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- insertT insert(T entity) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- insertAllT[] insertAll(T[] entities) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removevoid remove(T entity) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removeAllvoid removeAll() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removeAllvoid removeAll(T[] entities) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removeByIdvoid removeById(ID id) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- saveT save(T entity) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- saveAllT[] saveAll(T[] entities) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sumlong sum(string fieldName) 
- updateT update(T entity) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- updateAllT[] updateAll(T[] entities) 
- Undocumented in source. Be warned that the author may not have intended to support it.