CrudRepository

Constructors

this
this(EntityManager manager)
Undocumented in source.

Members

Functions

count
long count()
count
long count(string fieldName)
Undocumented in source. Be warned that the author may not have intended to support it.
createEntityManager
EntityManager createEntityManager()
Undocumented in source. Be warned that the author may not have intended to support it.
entityManager
EntityManager entityManager()
Undocumented in source. Be warned that the author may not have intended to support it.
existsById
bool existsById(ID id)
Undocumented in source. Be warned that the author may not have intended to support it.
findAll
T[] findAll()
Undocumented in source. Be warned that the author may not have intended to support it.
findAllById
T[] findAllById(ID[] ids)
Undocumented in source. Be warned that the author may not have intended to support it.
findById
T findById(ID id)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntityManager
EntityManager getEntityManager()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
T insert(T entity)
Undocumented in source. Be warned that the author may not have intended to support it.
insertAll
T[] insertAll(T[] entities)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T entity)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
void removeAll()
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
void removeAll(T[] entities)
Undocumented in source. Be warned that the author may not have intended to support it.
removeById
void removeById(ID id)
Undocumented in source. Be warned that the author may not have intended to support it.
save
T save(T entity)
Undocumented in source. Be warned that the author may not have intended to support it.
saveAll
T[] saveAll(T[] entities)
Undocumented in source. Be warned that the author may not have intended to support it.
sum
long sum(string fieldName)
update
T update(T entity)
Undocumented in source. Be warned that the author may not have intended to support it.
updateAll
T[] updateAll(T[] entities)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_manager
EntityManager _manager;
Undocumented in source.

Meta