Interface AisConsentActionRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<AisConsentAction,​Long>, org.springframework.data.repository.Repository<AisConsentAction,​Long>

    public interface AisConsentActionRepository
    extends org.springframework.data.repository.CrudRepository<AisConsentAction,​Long>
    • Method Summary

      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll