java.lang.illegalStateException: não foi possível obter identificador
public class Test{
@Id
private String id;
private Object o1;
private Object o2;
}
12345678
Pleasant Pintail