Uses of Class
com.viglet.turing.persistence.model.store.TurStoreVendor
Packages that use TurStoreVendor
Package
Description
-
Uses of TurStoreVendor in com.viglet.turing.persistence.dto.store
Subclasses of TurStoreVendor in com.viglet.turing.persistence.dto.store -
Uses of TurStoreVendor in com.viglet.turing.persistence.mapper.store
Methods in com.viglet.turing.persistence.mapper.store that return TurStoreVendorModifier and TypeMethodDescriptionTurStoreVendorMapper.toEntity(TurStoreVendorDto dto) TurStoreVendorMapperImpl.toEntity(TurStoreVendorDto dto) Methods in com.viglet.turing.persistence.mapper.store with parameters of type TurStoreVendorModifier and TypeMethodDescriptionTurStoreVendorMapper.toDto(TurStoreVendor entity) TurStoreVendorMapperImpl.toDto(TurStoreVendor entity) Method parameters in com.viglet.turing.persistence.mapper.store with type arguments of type TurStoreVendorModifier and TypeMethodDescriptionTurStoreVendorMapper.toDtoList(List<TurStoreVendor> entities) TurStoreVendorMapperImpl.toDtoList(List<TurStoreVendor> entities) TurStoreVendorMapper.toDtoSet(Set<TurStoreVendor> entities) TurStoreVendorMapperImpl.toDtoSet(Set<TurStoreVendor> entities) -
Uses of TurStoreVendor in com.viglet.turing.persistence.repository.store
Subinterfaces with type arguments of type TurStoreVendor in com.viglet.turing.persistence.repository.storeMethods in com.viglet.turing.persistence.repository.store with type parameters of type TurStoreVendorModifier and TypeMethodDescription<S extends TurStoreVendor>
STurStoreVendorRepository.save(S entity) Methods in com.viglet.turing.persistence.repository.store that return types with arguments of type TurStoreVendorModifier and TypeMethodDescription@NotNull List<TurStoreVendor> TurStoreVendorRepository.findAll()@NotNull Optional<TurStoreVendor>