| Package | Description |
|---|---|
| uk.ac.ncl.botnetwork.repositories |
| Modifier and Type | Method and Description |
|---|---|
GeneratedTweet |
BNTweetRepository.getRandomTweet()
Fetch a random tweet from the database.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GeneratedTweet> |
BNTweetRepository.findAll()
Override
AbstractHibernateRepository.findAll() method to
fix issues. |
java.util.List<GeneratedTweet> |
BNTweetRepository.getByConfig(Config c)
Given a
Config, find all generated tweets that
correspond to that object. |