Skip to content
Snippets Groups Projects

Removed the JsonIgnoreProperties that ignores the vxfref property

Merged Eduardo Santos requested to merge fix#6 into develop
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
 
/**
 
* @Author: Eduardo Santos
 
* @Date: 2024-05-27 09:55:21
 
* @Last Modified by: Eduardo Santos
 
* @Last Modified time: 2024-05-27 09:55:42
 
*/
/*-
/*-
* ========================LICENSE_START=================================
* ========================LICENSE_START=================================
* org.etsi.osl.model
* org.etsi.osl.model
@@ -33,7 +39,7 @@ import jakarta.persistence.OneToOne;
@@ -33,7 +39,7 @@ import jakarta.persistence.OneToOne;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@Entity(name = "ConstituentVxF")
@Entity(name = "ConstituentVxF")
@JsonIgnoreProperties(value = { "vxfref" })
//@JsonIgnoreProperties(value = { "vxfref" })
public class ConstituentVxF {
public class ConstituentVxF {
@Id
@Id
Loading