Package net.risesoft.y9public.repository
Interface Y9CommonAppForPersonRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Y9CommonAppForPerson,String>,org.springframework.data.jpa.repository.JpaRepository<Y9CommonAppForPerson,String>,org.springframework.data.jpa.repository.JpaSpecificationExecutor<Y9CommonAppForPerson>,org.springframework.data.repository.PagingAndSortingRepository<Y9CommonAppForPerson,String>,org.springframework.data.repository.query.QueryByExampleExecutor<Y9CommonAppForPerson>,org.springframework.data.repository.Repository<Y9CommonAppForPerson,String>
@Transactional(value="rsPublicTransactionManager", readOnly=true) public interface Y9CommonAppForPersonRepository extends org.springframework.data.jpa.repository.JpaRepository<Y9CommonAppForPerson,String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<Y9CommonAppForPerson>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Y9CommonAppForPersonfindByPersonId(String personId)Y9CommonAppForPersonfindByTenantIdAndPersonId(String tenantId, String personId)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOne
-
-
-
-
Method Detail
-
findByPersonId
Y9CommonAppForPerson findByPersonId(String personId)
-
findByTenantIdAndPersonId
Y9CommonAppForPerson findByTenantIdAndPersonId(String tenantId, String personId)
-
-