Interface LevelRelationRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<LevelRelation,LevelRelationPK>
,org.springframework.data.jpa.repository.JpaRepository<LevelRelation,LevelRelationPK>
,org.springframework.data.repository.PagingAndSortingRepository<LevelRelation,LevelRelationPK>
,org.springframework.data.repository.query.QueryByExampleExecutor<LevelRelation>
,org.springframework.data.repository.Repository<LevelRelation,LevelRelationPK>
public interface LevelRelationRepository extends org.springframework.data.jpa.repository.JpaRepository<LevelRelation,LevelRelationPK>
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne
Method Details
findByIdParentId