- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Address,java.lang.Long>
, org.springframework.data.repository.Repository<Address,java.lang.Long>
public interface AddressRepository
extends org.springframework.data.repository.CrudRepository<Address,java.lang.Long>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll