public interface JpaRepositoryOperations extends PrimaryRepositoryOperations
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flush the current session.
|
javax.persistence.EntityManager |
getCurrentEntityManager() |
javax.persistence.EntityManagerFactory |
getEntityManagerFactory() |
count, delete, deleteAll, executeDelete, executeUpdate, exists, findAll, findAll, findOne, findOne, findPage, findStream, findStream, getEntity, getQueryHints, persist, persistAll, update
@NonNull javax.persistence.EntityManager getCurrentEntityManager()
@NonNull javax.persistence.EntityManagerFactory getEntityManagerFactory()
void flush()