Lazy Loadng error in JSON serializer

前端 未结 5 1969
鱼传尺愫
鱼传尺愫 2020-12-21 04:01

I have such kind of @OneToOne Hibernate relationShip

public class Address implements Serializable {

    private String id;
    private String city;
    priv         


        
5条回答
  •  猫巷女王i
    2020-12-21 04:54

    Once I write a processor to handle this but now it's easy to fix this by using the jackson hibernate module.

提交回复
热议问题