Uses of Class
com.viglet.turing.persistence.model.llm.TurLLMVendor
Packages that use TurLLMVendor
Package
Description
-
Uses of TurLLMVendor in com.viglet.turing.persistence.dto.llm
Subclasses of TurLLMVendor in com.viglet.turing.persistence.dto.llm -
Uses of TurLLMVendor in com.viglet.turing.persistence.mapper.llm
Methods in com.viglet.turing.persistence.mapper.llm that return TurLLMVendorModifier and TypeMethodDescriptionTurLLMVendorMapper.toEntity(TurLLMVendorDto dto) TurLLMVendorMapperImpl.toEntity(TurLLMVendorDto dto) Methods in com.viglet.turing.persistence.mapper.llm with parameters of type TurLLMVendorModifier and TypeMethodDescriptionTurLLMVendorMapper.toDto(TurLLMVendor entity) TurLLMVendorMapperImpl.toDto(TurLLMVendor entity) Method parameters in com.viglet.turing.persistence.mapper.llm with type arguments of type TurLLMVendorModifier and TypeMethodDescriptionTurLLMVendorMapper.toDtoList(List<TurLLMVendor> entities) TurLLMVendorMapperImpl.toDtoList(List<TurLLMVendor> entities) TurLLMVendorMapper.toDtoSet(Set<TurLLMVendor> entities) TurLLMVendorMapperImpl.toDtoSet(Set<TurLLMVendor> entities) -
Uses of TurLLMVendor in com.viglet.turing.persistence.repository.llm
Subinterfaces with type arguments of type TurLLMVendor in com.viglet.turing.persistence.repository.llmMethods in com.viglet.turing.persistence.repository.llm with type parameters of type TurLLMVendorModifier and TypeMethodDescription<S extends TurLLMVendor>
STurLLMVendorRepository.save(S entity) Methods in com.viglet.turing.persistence.repository.llm that return types with arguments of type TurLLMVendorModifier and TypeMethodDescription@NotNull List<TurLLMVendor> TurLLMVendorRepository.findAll()@NotNull Optional<TurLLMVendor>