I have the following (full) entity class.
public class StateTable implements Serializable { private static final long serialVersionUID = 1L; @Id
You need to configure includeProperties in the json result. For example
includeProperties
@Result(type="json", params = {"contentType", "text/javascript", "includeProperties", "stateTables\\[\\d+\\]\\.stateId,stateTables\\[\\d+\\]\\.stateName"})