I have an entity class like below :
public class InputData { byte[] nameBytes; InputType inputType; InputType outputType; String inputName; D