`public class HttpSomething { public String text; ...
# spring
m
`public class HttpSomething { public String text; }`;
Copy code
@Entity
public class Something {

    protected Something() { }

    public Something(HttpSomething source) {
        …
?