public interface FormRepository extends org.springframework.data.jpa.repository.JpaRepository<Form,Long>
Modifier and Type | Method and Description |
---|---|
void |
deleteInBatchByAppId(Long appId) |
org.springframework.data.domain.Page<Form> |
findAllByNameLike(String nameLike,
org.springframework.data.domain.Pageable pageRequest) |
List<Form> |
findByAppDeploymentId(Long appDeploymentId) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, flush, getOne, save, saveAndFlush
org.springframework.data.domain.Page<Form> findAllByNameLike(String nameLike, org.springframework.data.domain.Pageable pageRequest)
@Modifying @Query(value="delete from Form form where form.appDefinitionId = ?") void deleteInBatchByAppId(Long appId)
Copyright © 2014–2015 Alfresco. All rights reserved.