Interface TurNLPVendorEntityRepository
- All Superinterfaces:
CrudRepository<TurNLPVendorEntity,,String> JpaRepository<TurNLPVendorEntity,,String> ListCrudRepository<TurNLPVendorEntity,,String> ListPagingAndSortingRepository<TurNLPVendorEntity,,String> PagingAndSortingRepository<TurNLPVendorEntity,,String> QueryByExampleExecutor<TurNLPVendorEntity>,Repository<TurNLPVendorEntity,String>
-
Method Summary
Modifier and TypeMethodDescriptionfindByTurNLPVendor(TurNLPVendor turNLPVendor) findByTurNLPVendorAndLanguage(TurNLPVendor turNLPVendor, String language) findByTurNLPVendorAndNameAndLanguage(TurNLPVendor turNLPVendor, String entityName, String language) findByTurNLPVendorAndTurNLPEntity_internalNameIn(TurNLPVendor turNLPVendor, List<String> entities) Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface ListPagingAndSortingRepository
findAllMethods inherited from interface PagingAndSortingRepository
findAllMethods inherited from interface QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByTurNLPVendor
-
findByTurNLPVendorAndLanguage
-
findByTurNLPVendorAndTurNLPEntity_internalNameIn
List<TurNLPVendorEntity> findByTurNLPVendorAndTurNLPEntity_internalNameIn(TurNLPVendor turNLPVendor, List<String> entities) -
findByTurNLPVendorAndNameAndLanguage
TurNLPVendorEntity findByTurNLPVendorAndNameAndLanguage(TurNLPVendor turNLPVendor, String entityName, String language)
-