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
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>