Package com.bytedesk.ai.model
Interface LlmModelRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<LlmModelEntity,
,Long> org.springframework.data.jpa.repository.JpaRepository<LlmModelEntity,
,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<LlmModelEntity>
,org.springframework.data.repository.ListCrudRepository<LlmModelEntity,
,Long> org.springframework.data.repository.ListPagingAndSortingRepository<LlmModelEntity,
,Long> org.springframework.data.repository.PagingAndSortingRepository<LlmModelEntity,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<LlmModelEntity>
,org.springframework.data.repository.Repository<LlmModelEntity,
Long>
public interface LlmModelRepository
extends org.springframework.data.jpa.repository.JpaRepository<LlmModelEntity,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<LlmModelEntity>
-
Method Summary
Modifier and TypeMethodDescriptionexistsByNameAndLevel
(String name, String level) existsByNameAndProviderUid
(String name, String providerUid) existsByUid
(String uid) findByProviderNameAndOrgUidAndDeletedFalse
(String providerName, String orgUid) findByProviderUid
(String providerUid) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, exists, findAll, findAll, findAll, findBy, findOne
Methods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByUid
-
existsByUid
-
existsByNameAndLevel
-
existsByNameAndProviderUid
-
findByProviderUid
-
findByProviderNameAndOrgUidAndDeletedFalse
-