Package com.ritense.form.repository
Interface FormDefinitionRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<FormIoFormDefinition,,UUID> org.springframework.data.jpa.repository.JpaRepository<FormIoFormDefinition,,UUID> org.springframework.data.repository.PagingAndSortingRepository<FormIoFormDefinition,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<FormIoFormDefinition>,org.springframework.data.repository.Repository<FormIoFormDefinition,UUID>
@Repository
public interface FormDefinitionRepository
extends org.springframework.data.jpa.repository.JpaRepository<FormIoFormDefinition,UUID>
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<FormDefinition>findAllByNameContainingIgnoreCase(String name, org.springframework.data.domain.Pageable pageable) findByName(String name) findByNameIgnoreCase(String name) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findAllByOrderByNameAsc
List<FormIoFormDefinition> findAllByOrderByNameAsc() -
findByName
-
findByNameIgnoreCase
-
findAllByNameContainingIgnoreCase
org.springframework.data.domain.Page<FormDefinition> findAllByNameContainingIgnoreCase(String name, org.springframework.data.domain.Pageable pageable)
-