- All Superinterfaces:
- org.springframework.data.repository.CrudRepository<U,ID>, org.springframework.data.jpa.repository.JpaRepository<U,ID>, org.springframework.data.repository.PagingAndSortingRepository<U,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<U>, org.springframework.data.repository.Repository<U,ID>
@NoRepositoryBean
public interface AbstractUserRepository<U extends AbstractUser<U,ID>,ID extends java.io.Serializable>
extends org.springframework.data.jpa.repository.JpaRepository<U,ID>
Abstract UserRepository interface
- Author:
- Sanjay Patel
- See Also:
- how-to-implement-a-spring-data-repository-for-a-mappedsuperclass