Interface FormsRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<FormsEntity,Long>, DomainIdRepository<FormsEntity,Long>, FormsRepositoryInterface<FormsEntity>, org.springframework.data.jpa.repository.JpaRepository<FormsEntity,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<FormsEntity>, org.springframework.data.repository.PagingAndSortingRepository<FormsEntity,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<FormsEntity>, org.springframework.data.repository.Repository<FormsEntity,Long>

@Repository public interface FormsRepository extends FormsRepositoryInterface<FormsEntity>