Package balu.pizza.webapp.repositiries
Interface BaseRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Base,,Integer> org.springframework.data.jpa.repository.JpaRepository<Base,,Integer> org.springframework.data.repository.PagingAndSortingRepository<Base,,Integer> org.springframework.data.repository.query.QueryByExampleExecutor<Base>,org.springframework.data.repository.Repository<Base,Integer>
public interface BaseRepository
extends org.springframework.data.jpa.repository.JpaRepository<Base,Integer>
Repository for Entity Base
-
Method Summary
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, 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
-
findByName
Search Base by Name- Parameters:
name-- Returns:
- An object that may contain a Base or be empty
-
findAll
-