Class Hierarchy
- java.lang.Object
- org.forum.server.jpa.FindTopicRepositoryImpl (implements org.forum.server.jpa.FindTopicRepository)
Interface Hierarchy
- org.forum.server.jpa.FindTopicRepository
- org.forum.server.jpa.TopicRepository (also extends org.springframework.data.repository.CrudRepository<T,
ID>)
- org.forum.server.jpa.TopicRepository (also extends org.springframework.data.repository.CrudRepository<T,
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.forum.server.jpa.BoardRepository
- org.forum.server.jpa.MemberRepository
- org.forum.server.jpa.PostRepository
- org.forum.server.jpa.TopicRepository (also extends org.forum.server.jpa.FindTopicRepository)
- org.springframework.data.repository.CrudRepository<T,