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, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected java.lang.String persistenceUnitName()
JpaRepository
persistenceUnitName
in class JpaRepository<Prediction,java.lang.Long>
public java.lang.Long maxRequestIdForLocalization(Localization localization)
maxRequestIdForLocalization
in interface PredictionRepository
public java.util.List<Prediction> allPredictionsSince(Localization localization, java.util.Date since)
allPredictionsSince
in interface PredictionRepository