Interface AcmeIdentifierRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<AcmeIdentifier,Long>,org.springframework.data.jpa.repository.JpaRepository<AcmeIdentifier,Long>,org.springframework.data.repository.PagingAndSortingRepository<AcmeIdentifier,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<AcmeIdentifier>,org.springframework.data.repository.Repository<AcmeIdentifier,Long>
@Repository public interface AcmeIdentifierRepository extends org.springframework.data.jpa.repository.JpaRepository<AcmeIdentifier,Long>
Spring Data repository for the AcmeIdentifier entity.
-
-
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
-
-