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, save
Methods inherited from interface JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
Methods inherited from interface ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface ListPagingAndSortingRepository
findAll
Methods inherited from interface PagingAndSortingRepository
findAll
Methods 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)
-