接口 Y9CommonAppForPersonRepository
-
- 所有超级接口:
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>
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Y9CommonAppForPersonfindByPersonId(String personId)Y9CommonAppForPersonfindByTenantIdAndPersonId(String tenantId, String personId)-
从接口继承的方法 org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
从接口继承的方法 org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
-
-
-
方法详细资料
-
findByPersonId
Y9CommonAppForPerson findByPersonId(String personId)
-
findByTenantIdAndPersonId
Y9CommonAppForPerson findByTenantIdAndPersonId(String tenantId, String personId)
-
-