Package-level declarations

Types

Link copied to clipboard
interface CurrencyHistoryRepository : JpaRepository<T, ID>
Link copied to clipboard
interface CurrencyRepository : JpaRepository<T, ID>
Link copied to clipboard
interface NewsSentimentRepository : JpaRepository<T, ID>
Link copied to clipboard
interface PricePredictionRepository : JpaRepository<T, ID>
Link copied to clipboard
interface TrainingSessionRepository : JpaRepository<T, ID>
Link copied to clipboard
interface UniqueCurrencyHistoryRepository : JpaRepository<T, ID>
Link copied to clipboard
interface UniqueCurrencyRepository : JpaRepository<T, ID>