Uses of Class
com.viglet.turing.persistence.model.system.TurConfigVar
Packages that use TurConfigVar
-
Uses of TurConfigVar in com.viglet.turing.persistence.repository.system
Subinterfaces with type arguments of type TurConfigVar in com.viglet.turing.persistence.repository.systemMethods in com.viglet.turing.persistence.repository.system with type parameters of type TurConfigVarModifier and TypeMethodDescription<S extends TurConfigVar>
STurConfigVarRepository.save(S entity) Methods in com.viglet.turing.persistence.repository.system that return types with arguments of type TurConfigVarModifier and TypeMethodDescription@NotNull List<TurConfigVar> TurConfigVarRepository.findAll()@NotNull Optional<TurConfigVar> Methods in com.viglet.turing.persistence.repository.system with parameters of type TurConfigVarModifier and TypeMethodDescriptionvoidTurConfigVarRepository.delete(@NotNull TurConfigVar turConfigVar)