Class Hierarchy
- java.lang.Object
- org.oxerr.spring.cache.redis.scored.example.helloworld.AppRunner (implements org.springframework.boot.CommandLineRunner)
 
- org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.AppRunner (implements org.springframework.boot.CommandLineRunner)
 
- org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.AppRunner (implements org.springframework.boot.CommandLineRunner)
 
- org.oxerr.spring.cache.redis.scored.example.helloworld.Book
 
- org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.Book (implements java.io.Serializable)
 
- org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.Book (implements java.io.Serializable)
 
- org.oxerr.spring.cache.redis.scored.example.helloworld.BooksRedisCacheManagerConfiguration
 
- org.oxerr.spring.cache.redis.scored.example.helloworld.CachingApplication
 
- org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.CachingApplication
 
- org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.CachingApplication
 
- org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.SimpleBookRepository (implements org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.BookRepository)
 
- org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.SimpleBookRepository (implements org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.BookRepository)
 
 
Interface Hierarchy
- org.oxerr.spring.cache.redis.scored.example.spring.cache.redis.scored.BookRepository
 
- org.oxerr.spring.cache.redis.scored.example.spring.data.redis.cache.BookRepository
 
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>