Uses of Class
com.viglet.turing.persistence.model.se.TurSEVendor
Packages that use TurSEVendor
Package
Description
-
Uses of TurSEVendor in com.viglet.turing.persistence.dto.se
Subclasses of TurSEVendor in com.viglet.turing.persistence.dto.se -
Uses of TurSEVendor in com.viglet.turing.persistence.mapper.se
Methods in com.viglet.turing.persistence.mapper.se that return TurSEVendorModifier and TypeMethodDescriptionTurSEVendorMapper.toEntity(TurSEVendorDto dto) TurSEVendorMapperImpl.toEntity(TurSEVendorDto dto) Methods in com.viglet.turing.persistence.mapper.se with parameters of type TurSEVendorModifier and TypeMethodDescriptionTurSEVendorMapper.toDto(TurSEVendor entity) TurSEVendorMapperImpl.toDto(TurSEVendor entity) Method parameters in com.viglet.turing.persistence.mapper.se with type arguments of type TurSEVendorModifier and TypeMethodDescriptionTurSEVendorMapper.toDtoList(List<TurSEVendor> entities) TurSEVendorMapperImpl.toDtoList(List<TurSEVendor> entities) TurSEVendorMapper.toDtoSet(Set<TurSEVendor> entities) TurSEVendorMapperImpl.toDtoSet(Set<TurSEVendor> entities) -
Uses of TurSEVendor in com.viglet.turing.persistence.repository.se
Subinterfaces with type arguments of type TurSEVendor in com.viglet.turing.persistence.repository.seMethods in com.viglet.turing.persistence.repository.se with type parameters of type TurSEVendorMethods in com.viglet.turing.persistence.repository.se that return types with arguments of type TurSEVendorModifier and TypeMethodDescription@NotNull List<TurSEVendor> TurSEVendorRepository.findAll()@NotNull Optional<TurSEVendor>