Interface TurLocaleRepository

All Superinterfaces:
CrudRepository<TurLocale,String>, JpaRepository<TurLocale,String>, ListCrudRepository<TurLocale,String>, ListPagingAndSortingRepository<TurLocale,String>, PagingAndSortingRepository<TurLocale,String>, QueryByExampleExecutor<TurLocale>, Repository<TurLocale,String>

public interface TurLocaleRepository extends JpaRepository<TurLocale,String>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(String initials)
     
    @NotNull List<TurLocale>
     
     
    @NotNull TurLocale
    save(@NotNull TurLocale turLocale)
     

    Methods inherited from interface CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById

    Methods inherited from interface JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

    Methods inherited from interface ListCrudRepository

    findAllById, saveAll

    Methods inherited from interface ListPagingAndSortingRepository

    findAll

    Methods inherited from interface PagingAndSortingRepository

    findAll

    Methods inherited from interface QueryByExampleExecutor

    count, exists, findAll, findBy, findOne