Uses of Class
com.viglet.turing.persistence.model.se.TurSEVendor
Packages that use TurSEVendor
-
Uses of TurSEVendor in com.viglet.turing.api.se
Methods in com.viglet.turing.api.se that return TurSEVendorModifier and TypeMethodDescriptionTurSEVendorAPI.turSEVendorAdd
(TurSEVendor turSEVendor) TurSEVendorAPI.turSEVendorGet
(String id) TurSEVendorAPI.turSEVendorUpdate
(String id, TurSEVendor turSEVendor) Methods in com.viglet.turing.api.se that return types with arguments of type TurSEVendorMethods in com.viglet.turing.api.se with parameters of type TurSEVendorModifier and TypeMethodDescriptionTurSEVendorAPI.turSEVendorAdd
(TurSEVendor turSEVendor) TurSEVendorAPI.turSEVendorUpdate
(String id, TurSEVendor turSEVendor) -
Uses of TurSEVendor in com.viglet.turing.persistence.repository.se
Methods in com.viglet.turing.persistence.repository.se that return TurSEVendorModifier and TypeMethodDescription@NotNull TurSEVendor
TurSEVendorRepository.save
(@NotNull TurSEVendor turSEVendor) Methods 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> Methods in com.viglet.turing.persistence.repository.se with parameters of type TurSEVendorModifier and TypeMethodDescription@NotNull TurSEVendor
TurSEVendorRepository.save
(@NotNull TurSEVendor turSEVendor)