public class FeedbackRepositoryJpa extends JpaRepository<Feedback,java.lang.Long> implements FeedbackRepository
DEFAULT_PAGE_SIZE, LOGGER
Constructor and Description |
---|
FeedbackRepositoryJpa() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
persistenceUnitName()
Derived classes should implement this method to return the name of the
persistence unit
|
add, all, close, create, delete, deleteById, entityManager, entityManagerFactory, findById, first, first, iterator, iterator, last, page, pageWithFiltering, read, save, size, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected java.lang.String persistenceUnitName()
JpaRepository
persistenceUnitName
in class JpaRepository<Feedback,java.lang.Long>