Interface PersonalInfoDAO

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<PersonalInfo,​Long>, org.springframework.data.repository.Repository<PersonalInfo,​Long>

    @Repository
    public interface PersonalInfoDAO
    extends org.springframework.data.repository.CrudRepository<PersonalInfo,​Long>