public class PredictionRepositoryJpa extends JpaRepository<Prediction,java.lang.Long> implements PredictionRepository
DEFAULT_PAGE_SIZE, LOGGER| Constructor and Description |
|---|
PredictionRepositoryJpa() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Prediction> |
allPredictionsSince(Localization localization,
java.util.Date since) |
java.lang.Long |
maxRequestIdForLocalization(Localization localization) |
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, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected java.lang.String persistenceUnitName()
JpaRepositorypersistenceUnitName in class JpaRepository<Prediction,java.lang.Long>public java.lang.Long maxRequestIdForLocalization(Localization localization)
maxRequestIdForLocalization in interface PredictionRepositorypublic java.util.List<Prediction> allPredictionsSince(Localization localization, java.util.Date since)
allPredictionsSince in interface PredictionRepository