Uses of Class
com.viglet.turing.persistence.model.store.TurStoreVendor
Packages that use TurStoreVendor
-
Uses of TurStoreVendor in com.viglet.turing.api.store
Methods in com.viglet.turing.api.store that return TurStoreVendorModifier and TypeMethodDescriptionTurStoreVendorAPI.turStoreVendorAdd(TurStoreVendor turStoreVendor) TurStoreVendorAPI.turStoreVendorGet(String id) TurStoreVendorAPI.turStoreVendorUpdate(String id, TurStoreVendor turStoreVendor) Methods in com.viglet.turing.api.store that return types with arguments of type TurStoreVendorMethods in com.viglet.turing.api.store with parameters of type TurStoreVendorModifier and TypeMethodDescriptionTurStoreVendorAPI.turStoreVendorAdd(TurStoreVendor turStoreVendor) TurStoreVendorAPI.turStoreVendorUpdate(String id, TurStoreVendor turStoreVendor) -
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>