Interface AuthProfileRepo

All Superinterfaces:
AuthProfileDAO, AuthProfileRepoExt, DAO<AuthProfile>, org.springframework.data.repository.PagingAndSortingRepository<Neo4jAuthProfile,String>, org.springframework.data.repository.Repository<Neo4jAuthProfile,String>

public interface AuthProfileRepo extends org.springframework.data.repository.PagingAndSortingRepository<Neo4jAuthProfile,String>, AuthProfileRepoExt, AuthProfileDAO